Unblock-Us Auto Activator

Automatically updates your IP address in Unblock-Us DNS service.

Unblock-Us Auto Activator là gì?

Unblock-Us Auto Activator là một tiện ích mở rộng Chrome được phát triển bởi richard, và tính năng chính của nó là "Automatically updates your IP address in Unblock-Us DNS service.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unblock-Us Auto Activator

Tải xuống các tệp mở rộng Unblock-Us Auto Activator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unblock-Us Auto Activator Unblock-Us Auto Activator
ID dmjoccepbcaemodiijjkpenalpicgeaf
URL Chính Thức https://chromewebstore.google.com/detail/unblock-us-auto-activator/dmjoccepbcaemodiijjkpenalpicgeaf
Mô tả Automatically updates your IP address in Unblock-Us DNS service.
Kích Thước Tệp 44.96 KB
Số Lần Cài Đặt 682
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2014-08-11
Ngày Phát Hành 2014-08-11
Đánh Giá 4.31/5 Tổng số 16 Đánh Giá
Nhà Phát Triển richard
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}