Google & Youtube NCR
No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
Google & Youtube NCRとは何ですか?
Google & Youtube NCRはUpdulaによって開発されたChromeの拡張機能で、その主な機能は「No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com」です。
拡張機能のスクリーンショット
Google & Youtube NCR拡張機能のCRXファイルをダウンロード
Google & Youtube NCR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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).
拡張機能の基本情報
名前 | Google & Youtube NCR |
ID | nljmbnpnemoenbogmdnakjjapcmpioep |
公式URL | https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep |
説明 | No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com |
ファイルサイズ | 14.11 KB |
インストール数 | 3,243 |
現在のバージョン | 1.0.4 |
最終更新日 | 2017-12-02 |
公開日 | 2017-12-02 |
評価 | 4.55/5 合計 20 レビュー |
開発者 | Updula |
支払い方法 | free |
拡張機能のウェブサイト | https://twitter.com/updula |
対応言語 | 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\/" ] } |