Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
Wat is Google Country Switch by SearchRank.io?
Google Country Switch by SearchRank.io is een Chrome-extensie ontwikkeld door https://c9solutions.io, en de belangrijkste functie is "Change the targetted country for your Google search query by selecting a country.".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Country Switch by SearchRank.io
Download Google Country Switch by SearchRank.io-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
Officiële URL | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
Beschrijving | Change the targetted country for your Google search query by selecting a country. |
Bestandsgrootte | 70.82 KB |
Aantal Installaties | 506 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-04-27 |
Publicatiedatum | 2019-04-27 |
Beoordeling | 2.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://c9solutions.io |
Betalingswijze | free |
Extensiewebsite | https://c9solutions.io |
URL van de Privacybeleid Pagina | https://peopleforce.io/privacy-policy |
Ondersteunde Talen | 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" } } |