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 |
公式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" } } |