Unblock-Us Auto Activator
Automatically updates your IP address in Unblock-Us DNS service.
Unblock-Us Auto Activatorとは何ですか?
Unblock-Us Auto Activatorはrichardによって開発されたChromeの拡張機能で、その主な機能は「Automatically updates your IP address in Unblock-Us DNS service.」です。
拡張機能のスクリーンショット
Unblock-Us Auto Activator拡張機能のCRXファイルをダウンロード
Unblock-Us Auto Activator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Unblock-Us service is great for unlocking access to region-blocked streaming services. However, sometimes you get the following error: """ Looks like your internet address has changed. Please click here to activate your new internet address. """ This error happens because your ISP is issuing you a dynamic IP address that can change often (~once a day for me). This means you need to open a browser tab, go to Unblock-Us and click the link to re-associate your new IP address with your account. This extension re-associates your IP automatically with Unblock-Us every 5 minutes (as long as you have a running Chrome browser window with the extension installed). For me this works fine because I have a 24/7 always-on HTPC with Chrome always open :-) Note that if you are signed in to Chrome, and your extensions are synched, and you open a Chrome window from work or some other network, there could be a conflict in IP assignments. If this is an issue, you may consider creating a second Chrome profile on your always-on device, and install the extension only in that (non-synched) profile. *** DISCLAIMER *** This extension is provided as-is, and has no official association with Unblock-Us service provider. Use at own risk, etc, etc.
拡張機能の基本情報
名前 | Unblock-Us Auto Activator |
ID | dmjoccepbcaemodiijjkpenalpicgeaf |
公式URL | https://chromewebstore.google.com/detail/unblock-us-auto-activator/dmjoccepbcaemodiijjkpenalpicgeaf |
説明 | Automatically updates your IP address in Unblock-Us DNS service. |
ファイルサイズ | 44.96 KB |
インストール数 | 682 |
現在のバージョン | 1.5 |
最終更新日 | 2014-08-11 |
公開日 | 2014-08-11 |
評価 | 4.31/5 合計 16 レビュー |
開発者 | richard |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unblock-Us Auto Activator", "description": "Automatically updates your IP address in Unblock-Us DNS service.", "version": "1.5", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "background": { "scripts": [ "lib.js", "background.js" ], "persistent": false }, "permissions": [ "alarms", "notifications", "storage", "https:\/\/portal.unblock-us.com\/", "http:\/\/*.unblock-us.com\/*" ], "options_page": "options.html" } |