Getflix Region Switcher

Check and change your Getflix region quickly and easily.

Co to jest Getflix Region Switcher?

Getflix Region Switcher to rozszerzenie Chrome opracowane przez Ravrahn, a jego główną funkcją jest „Check and change your Getflix region quickly and easily.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Getflix Region Switcher

Pobierz pliki rozszerzeń Getflix Region Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ****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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Getflix Region Switcher Getflix Region Switcher
ID dnglcfmkeagcfmjnhgboabkbjkdnkija
Oficjalny URL https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija
Opis Check and change your Getflix region quickly and easily.
Rozmiar pliku 392 KB
Liczba instalacji 1,010
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2016-04-10
Data Publikacji 2016-04-08
Ocena 3.20/5 Łącznie 10 Oceny
Deweloper Ravrahn
Typ Płatności free
Strona Rozszerzenia https://www.getflix.com.au
Adres URL Strony Pomocy https://github.com/ravrahn/getflix-chrome/issues
Obsługiwane Języki 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"
    }
}