<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ip &#8211; Aykut Çevik</title>
	<atom:link href="https://aykutcevik.com/blog/tag/ip/feed/" rel="self" type="application/rss+xml" />
	<link>https://aykutcevik.com/blog</link>
	<description>coding &#38; projects</description>
	<lastBuildDate>Sun, 05 Apr 2020 17:08:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>&#8220;IP Address &#038; Geolocation&#8221; version 2.0 released</title>
		<link>https://aykutcevik.com/blog/ip-address-geolocation-version-2-0-released/</link>
					<comments>https://aykutcevik.com/blog/ip-address-geolocation-version-2-0-released/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Sun, 05 Apr 2020 16:30:02 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Programmieren]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[vpn]]></category>
		<guid isPermaLink="false">https://aykutcevik.com/blog/?p=1144</guid>

					<description><![CDATA[I&#8217;ve published a new version of my browser extension (aka webextension) &#8220;IP Address &#38; Geolocation&#8221;. Changelog for version 2: Country flags are now shown as an icon in the toolbar, thanks to @mispp, who has contributed code through GitHub This can be switched back to the default globe icon in options page The extension popup [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>I&#8217;ve published a new version of my browser extension (aka webextension) &#8220;IP Address &amp; Geolocation&#8221;.</p>



<h3 class="wp-block-heading">Changelog for version 2:</h3>



<ul class="wp-block-list"><li>Country flags are now shown as an icon in the toolbar, thanks to <a rel="noreferrer noopener" href="https://github.com/mispp" target="_blank">@mispp</a>, who has contributed code through GitHub<ul><li>This can be switched back to the default globe icon in options page</li></ul></li><li>The extension popup (the small window you get when clicking on the icon in the toolbar) has now an error handling with a retry-function. A snackbar (a notification) will appear when the extension is not able to load any data. In previous versions the progressbar was just running endlessly without any feedback in a case of an error.</li><li>Images were optimized with the help of optipng.</li><li>Build script added to create packages for different browsers automatically. <a rel="noreferrer noopener" href="https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions" target="_blank">WebExtension</a>s were meant to be a cross-browser system for developing extensions but browsers still have different support in case of APIs and metadata files. So the script helps for testing and deploying the extension on different browsers.</li><li>Removed <code>storage</code> permission for Chrome-like browsers, Firefox still needs it to save the settings. This is a good example for the different behavior of the browsers.</li><li>Higher contrast for badge with the country code. Now the background is black and the text is white.</li></ul>



<h3 class="wp-block-heading">Install for your browser:</h3>



<ul class="wp-block-list"><li><a href="https://chrome.google.com/webstore/detail/ip-geolocator/lfncinhjhjgebfnnblppmbmkgjgifhdf" target="_blank" rel="noreferrer noopener">Chrome Webstore</a></li><li><a href="https://addons.mozilla.org/de/firefox/addon/ip-geolocator/" target="_blank" rel="noreferrer noopener">Firefox Add-ons</a></li><li><a href="https://addons.opera.com/de/extensions/details/ip-address-geolocation/" target="_blank" rel="noreferrer noopener">Opera Add-ons</a></li></ul>



<p>As of today the extension has <strong>over 140000 downloads</strong> where the most are from Opera users. One reason for the huge Opera user-base is, that my extension was trending in the &#8220;privacy &amp; security&#8221; category of Opera&#8217;s Add-on store. It is still on page 2 of the most popular extensions. So give it a try.</p>



<p>You can also find the source code on <a href="https://github.com/AykutCevik/Geolocate-IP-Browser-Extension" target="_blank" rel="noreferrer noopener">GitHub</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/ip-address-geolocation-version-2-0-released/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>&#8220;IP Address &#038; Geolocation&#8221; now with IPv6 support</title>
		<link>https://aykutcevik.com/blog/ip-address-geolocation-now-with-ipv6-support/</link>
					<comments>https://aykutcevik.com/blog/ip-address-geolocation-now-with-ipv6-support/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Sun, 01 Dec 2019 10:26:30 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[vpn]]></category>
		<guid isPermaLink="false">https://aykutcevik.com/blog/?p=1112</guid>

					<description><![CDATA[I&#8217;ve released updates for the Android app and the browser extension of my tools named both &#8220;IP Address &#38; Geolocation&#8221; with a total of over 120000 downloads. With the new updates you&#8217;re now able to see your IPv6 and get also alerts for these when they change. This might help you while using VPN for [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>I&#8217;ve released updates for the Android app and the browser extension of my tools named both &#8220;IP Address &amp; Geolocation&#8221; with a total of over 120000 downloads.</p>



<p>With the new updates you&#8217;re now able to see your IPv6 and get also alerts for these when they change.</p>



<span id="more-1112"></span>



<p>This might help you while using VPN for example. So you can make sure that both of your IP addresses has changed. If you have no visible IPv6 then your ISP is not supporting it. Some ISP enable it on request, have a look.</p>



<figure class="wp-block-gallery aligncenter columns-1 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img fetchpriority="high" decoding="async" width="576" height="1024" src="https://aykutcevik.com/blog/media/android_ipgeo-576x1024.png" alt="" data-id="1114" data-full-url="https://aykutcevik.com/blog/media/android_ipgeo.png" data-link="https://aykutcevik.com/blog/?attachment_id=1114" class="wp-image-1114" srcset="https://aykutcevik.com/blog/media/android_ipgeo-576x1024.png 576w, https://aykutcevik.com/blog/media/android_ipgeo-169x300.png 169w, https://aykutcevik.com/blog/media/android_ipgeo-768x1365.png 768w, https://aykutcevik.com/blog/media/android_ipgeo-864x1536.png 864w, https://aykutcevik.com/blog/media/android_ipgeo.png 1080w" sizes="(max-width: 576px) 100vw, 576px" /></figure></li><li class="blocks-gallery-item"><figure><img decoding="async" width="703" height="566" src="https://aykutcevik.com/blog/media/browser_ipgeo.png" alt="" data-id="1113" data-full-url="https://aykutcevik.com/blog/media/browser_ipgeo.png" data-link="https://aykutcevik.com/blog/?attachment_id=1113" class="wp-image-1113" srcset="https://aykutcevik.com/blog/media/browser_ipgeo.png 703w, https://aykutcevik.com/blog/media/browser_ipgeo-300x242.png 300w" sizes="(max-width: 703px) 100vw, 703px" /></figure></li></ul></figure>



<h2 class="wp-block-heading">Download</h2>



<ul class="wp-block-list"><li><a href="https://play.google.com/store/apps/details?id=com.aykutcevik.ipgeolocator" target="_blank" rel="noreferrer noopener" aria-label="Android (öffnet in neuem Tab)">Android</a></li><li><a href="https://addons.mozilla.org/de/firefox/addon/ip-geolocator/" target="_blank" rel="noreferrer noopener" aria-label="Firefox (öffnet in neuem Tab)">Firefox</a></li><li><a href="https://chrome.google.com/webstore/detail/ip-geolocator/lfncinhjhjgebfnnblppmbmkgjgifhdf" target="_blank" rel="noreferrer noopener" aria-label="Chrome (öffnet in neuem Tab)">Chrome</a></li><li><a href="https://addons.opera.com/de/extensions/details/ip-address-geolocation/" target="_blank" rel="noreferrer noopener" aria-label="Opera (öffnet in neuem Tab)">Opera</a></li></ul>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/ip-address-geolocation-now-with-ipv6-support/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Firefox &#8216;IP Geolocator&#8217; extension</title>
		<link>https://aykutcevik.com/blog/firefox-ip-geolocator-extension/</link>
					<comments>https://aykutcevik.com/blog/firefox-ip-geolocator-extension/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 15:49:22 +0000</pubDate>
				<category><![CDATA[Projekte]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[geolocator]]></category>
		<category><![CDATA[ip]]></category>
		<guid isPermaLink="false">https://aykutcevik.com/blog/?p=849</guid>

					<description><![CDATA[I have released the IP Geolocator extension now also for Firefox. You can find it on the Firefox Add-on page. Please note: If you are using NoScript or any similiar add-on you have to whitelist following URLs to make IP Geolocator work for you: moz-extension: aykutcevik.com Description: About this Add-on Shows your IP address and also [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I have released the IP Geolocator extension now also for Firefox. You can find it on the <a href="https://addons.mozilla.org/en-US/firefox/addon/ip-geolocator/" target="_blank">Firefox Add-on page</a>.</p>
<p>Please note:<br />
If you are using NoScript or any similiar add-on you have to whitelist following URLs to make IP Geolocator work for you:</p>
<ul>
<li>moz-extension:</li>
<li>aykutcevik.com</li>
</ul>
<p><span id="more-849"></span>Description:</p>
<blockquote><p><strong>About this Add-on</strong></p>
<p>Shows your IP address and also geolocational informations about your IP address.</p>
<p>A badge of your current country is shown on the icon, which will refresh every 3s. So you can easily see, if you have a broken VPN or proxy connection when the country-code changes unexpectedly. Additionally a notification appears on your desktop when your IP address has changed &#8211; of course, it can be turned off in settings.</p>
<p>You can also display your position in Google Maps: in the popup as an image like in the screenshot or optionally just as a link to Google Maps.</p>
<p>With the latest update, your user agent is also shown in the entries.</p>
<p>Please feel free to make some requests at github:<br />
https://github.com/AykutCevik/Geolocate-IP-Browser-Extension</p>
<p>The request to the server to obtain your geolocational information is secured at least with TLSv1. Also Perfect Forward Secrecy is enabled. JFYI.</p>
<p>&#8220;NoScript&#8221;-add-on users need to whitelist following websites:<br />
* moz-extension:<br />
* aykutcevik.com</p></blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/firefox-ip-geolocator-extension/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>IP Geolocator on Android</title>
		<link>https://aykutcevik.com/blog/ip-geolocator-on-android/</link>
					<comments>https://aykutcevik.com/blog/ip-geolocator-on-android/#respond</comments>
		
		<dc:creator><![CDATA[Aykut Çevik]]></dc:creator>
		<pubDate>Tue, 21 Jul 2015 10:16:12 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[geolocator]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vpn]]></category>
		<guid isPermaLink="false">http://aykutcevik.com/blog/?p=731</guid>

					<description><![CDATA[I made the Chrome/Chromium Extension &#8220;IP Geolocator&#8221; also available for Android. You can find it on the PlayStore. This app shows your current IP address and geolocational information about it. It also notifies you, if you have a broken VPN or proxy connection, when the country-code and/or IP address changes unexpectedly. You can set an [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>I made the Chrome/Chromium Extension &#8220;<a href="https://chrome.google.com/webstore/detail/ip-geolocator/lfncinhjhjgebfnnblppmbmkgjgifhdf" target="_blank">IP Geolocator</a>&#8221; also available for Android. You can find it on the <a href="https://play.google.com/store/apps/details?id=com.aykutcevik.ipgeolocator" target="_blank">PlayStore</a>.</p>
<blockquote><p>This app shows your current IP address and geolocational information about it.</p>
<p>It also notifies you, if you have a broken VPN or proxy connection, when the country-code and/or IP address changes unexpectedly. You can set an alert with a special ringtone and or vibration.</p>
<p>You can also display your IP position in Google Maps or check for DNS leaks via browser (external service).</p>
<p>Please note, that the information about your location are fetched out of a database and may not be the same as your real location. This app shows your location like the websites would match your IP to any location.</p></blockquote>
<p><a href="https://play.google.com/store/apps/details?id=com.aykutcevik.ipgeolocator" target="_blank"><br />
<img decoding="async" class="" src="https://aykutcevik.com/img/en-play-badge.png" alt="Get it on Google Play" width="185" height="55" /><br />
</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://aykutcevik.com/blog/ip-geolocator-on-android/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>