Getflix Region Switcher

Check and change your Getflix region quickly and easily.

Getflix Region Switcher क्या है?

Getflix Region Switcher Ravrahn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check and change your Getflix region quickly and easily."।

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

screenshot

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

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

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

                        ****NOTE: This extension is NOT an official Getflix application.****

This extension is designed to make it easy to switch regions using the Getflix service.

You can switch regions for any of the services covered by Getflix with the click of a button – Netflix, Amazon Prime, Crackle, and more. All you need to do is log in to Getflix in your browser.

If you want to use Getflix to switch regions, you can sign up at https://www.getflix.com.au/

If you want to look at the source code for this extension, report issues, suggest features, or contribute to the code, you can do that here: https://github.com/ravrahn/getflix-chrome

This extension was published with the permission of Getflix, including use of their logo and name.                    

एक्सटेंशन की मूल जानकारी

नाम Getflix Region Switcher Getflix Region Switcher
ID dnglcfmkeagcfmjnhgboabkbjkdnkija
आधिकारिक URL https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija
विवरण Check and change your Getflix region quickly and easily.
फ़ाइल का आकार 392 KB
स्थापना संख्या 1,010
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-04-10
प्रकाशन तिथि 2016-04-08
रेटिंग 3.20/5 कुल 10 रेटिंग्स
डेवलपर Ravrahn
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getflix.com.au
सहायता पृष्ठ URL https://github.com/ravrahn/getflix-chrome/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Getflix Region Switcher",
    "short_name": "Getflix",
    "description": "Check and change your Getflix region quickly and easily.",
    "version": "1.0.2",
    "permissions": [
        "https:\/\/*.getflix.com.au\/",
        "http:\/\/*.netflix.com\/",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "\/img\/browser_icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/img\/icon128.png"
    }
}