Getflix Region Switcher

Check and change your Getflix region quickly and easily.

Getflix Region Switcher là gì?

Getflix Region Switcher là một tiện ích mở rộng Chrome được phát triển bởi Ravrahn, và tính năng chính của nó là "Check and change your Getflix region quickly and easily.".

Ả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 Getflix Region Switcher

Tải xuống các tệp mở rộng Getflix Region Switcher 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

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

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

Tên Getflix Region Switcher Getflix Region Switcher
ID dnglcfmkeagcfmjnhgboabkbjkdnkija
URL Chính Thức https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija
Mô tả Check and change your Getflix region quickly and easily.
Kích Thước Tệp 392 KB
Số Lần Cài Đặt 1,010
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-04-10
Ngày Phát Hành 2016-04-08
Đánh Giá 3.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Ravrahn
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getflix.com.au
URL Trang Trợ Giúp https://github.com/ravrahn/getflix-chrome/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}