Unblock Sites
Bypass domain name blocks using Google Public DNS
Unblock Sitesとは何ですか?
Unblock SitesはAnonymousによって開発されたChromeの拡張機能で、その主な機能は「Bypass domain name blocks using Google Public DNS」です。
拡張機能のスクリーンショット
Unblock Sites拡張機能のCRXファイルをダウンロード
Unblock Sites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will retrieve the correct IP of a blocked site using Google Public DNS and connect to the website by directly using its ip address in the address bar. Some sites only work over https. You'll receive a "your connection is not private" warning, but you can bypass this by clicking "advanced" and "proceed". Won't work on servers using http/2. reCAPTCHA will not work on most sites, look for a "having problems with the captcha" link or some alternative.
拡張機能の基本情報
名前 | Unblock Sites |
ID | cfpodbpbpcaccakppfhhmocmjleehngd |
公式URL | https://chromewebstore.google.com/detail/unblock-sites/cfpodbpbpcaccakppfhhmocmjleehngd |
説明 | Bypass domain name blocks using Google Public DNS |
ファイルサイズ | 20.21 KB |
インストール数 | 4,340 |
現在のバージョン | 0.0.2 |
最終更新日 | 2017-10-08 |
公開日 | 2017-10-08 |
評価 | 1.79/5 合計 14 レビュー |
開発者 | Anonymous |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.0.2", "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "locked128.png", "default_title": "Site Unblocker" }, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "128": "unlocked128.png" }, "permissions": [ "alarms", "webRequest", "webRequestBlocking", " |