Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
What is Google Country Switch by SearchRank.io?
Google Country Switch by SearchRank.io is a Chrome extension developed by https://c9solutions.io, and its main feature is "Change the targetted country for your Google search query by selecting a country.".
Extension Screenshots
Download Google Country Switch by SearchRank.io Extension CRX File
Download Google Country Switch by SearchRank.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily switch your targeted country for your Google search with Google Country Switch. While on a Google search result page simply click on the Google Country Switch icon and select your targeted country.
Extension Basic Information
Name | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
Official URL | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
Description | Change the targetted country for your Google search query by selecting a country. |
File Size | 70.82 KB |
Installation Count | 506 |
Current Version | 1.0 |
Last Updated | 2019-04-27 |
Publish Date | 2019-04-27 |
Rating | 2.75/5 Total 4 Ratings |
Developer | https://c9solutions.io |
Payment Type | free |
Extension Website | https://c9solutions.io |
Privacy Policy Page URL | https://peopleforce.io/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Country Switch by SearchRank.io", "short_name": "Google Country Switcher", "version": "1.0", "manifest_version": 2, "homepage_url": "https:\/\/searchrank.io", "background": { "scripts": [ "popup.js" ] }, "permissions": [ "activeTab" ], "description": "Change the targetted country for your Google search query by selecting a country.", "browser_action": { "default_icon": "googleswitcher-32x32.png", "default_popup": "popup.html" }, "icons": { "16": "googleswitcher-16x16.png", "32": "googleswitcher-32x32.png", "64": "googleswitcher-64x64.png", "128": "googleswitcher-128x128.png" } } |