Getflix Region Switcher

Check and change your Getflix region quickly and easily.

Getflix Region Switcher란 무엇입니까?

Getflix Region Switcher은(는) Ravrahn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check and change your Getflix region quickly and easily."입니다.

확장 프로그램 스크린샷

screenshot

Getflix Region Switcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}