Google Country Switch by SearchRank.io
Change the targetted country for your Google search query by selecting a country.
¿Qué es Google Country Switch by SearchRank.io?
Google Country Switch by SearchRank.io es una extensión de Chrome desarrollada por https://c9solutions.io, y su función principal es "Change the targetted country for your Google search query by selecting a country.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Country Switch by SearchRank.io
Descarga archivos de extensión Google Country Switch by SearchRank.io en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | nehmoddhjihmbikfoejbldhjlpcmclec |
URL Oficial | https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec |
Descripción | Change the targetted country for your Google search query by selecting a country. |
Tamaño del Archivo | 70.82 KB |
Cantidad de Instalaciones | 506 |
Versión Actual | 1.0 |
Última Actualización | 2019-04-27 |
Fecha de Publicación | 2019-04-27 |
Calificación | 2.75/5 Total de 4 Calificaciones |
Desarrollador | https://c9solutions.io |
Tipo de Pago | free |
Sitio Web de la Extensión | https://c9solutions.io |
URL de la Página de Política de Privacidad | https://peopleforce.io/privacy-policy |
Idiomas Soportados | 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" } } |