Google & Youtube NCR
No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
O que é Google & Youtube NCR?
Google & Youtube NCR é uma extensão do Chrome desenvolvida por Updula, e sua principal característica é "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google & Youtube NCR
Baixe arquivos de extensão Google & Youtube NCR no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Browse the US version of Google and Youtube without any extra steps to change your location. Adding this extension will make sure you always get Georgian calendar results in Google and not Hijri/Islamic calendar. All functionality work in Incognito mode as well, just make sure to enable it from (More Tools > Extensions > Allow in incognito).
Informações Básicas da Extensão
Nome | Google & Youtube NCR |
ID | nljmbnpnemoenbogmdnakjjapcmpioep |
URL Oficial | https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep |
Descrição | No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com |
Tamanho do Arquivo | 14.11 KB |
Contagem de Instalações | 3,243 |
Versão Atual | 1.0.4 |
Última Atualização | 2017-12-02 |
Data de Publicação | 2017-12-02 |
Classificação | 4.55/5 Total de 20 Avaliações |
Desenvolvedor | Updula |
Tipo de Pagamento | free |
Site da Extensão | https://twitter.com/updula |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google & Youtube NCR", "description": "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com", "version": "1.0.4", "manifest_version": 2, "incognito": "split", "homepage_url": "https:\/\/twitter.com\/updula", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/", "*:\/\/www.google.com\/search?*", "*:\/\/www.google.com\/webhp*", "*:\/\/www.google.com\/imghp*", "*:\/\/www.google.com.sa\/", "*:\/\/www.youtube.com\/" ] } |