Unblock-Us Auto Activator

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

Unblock-Us Auto Activator क्या है?

Unblock-Us Auto Activator richard द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically updates your IP address in Unblock-Us DNS service."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unblock-Us Auto Activator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
}