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.”。
擴展截圖
下載Getflix Region Switcher擴展crx文件
下載Getflix Region Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
****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.
擴展基本資訊
名稱 | |
ID | dnglcfmkeagcfmjnhgboabkbjkdnkija |
官方網址 | 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" } } |