Getflix Region Switcher
Check and change your Getflix region quickly and easily.
What is Getflix Region Switcher?
Getflix Region Switcher is a Chrome extension developed by Ravrahn, and its main feature is "Check and change your Getflix region quickly and easily.".
Extension Screenshots
Download Getflix Region Switcher Extension CRX File
Download Getflix Region Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
****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.
Extension Basic Information
Name | |
ID | dnglcfmkeagcfmjnhgboabkbjkdnkija |
Official URL | https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija |
Description | Check and change your Getflix region quickly and easily. |
File Size | 392 KB |
Installation Count | 1,010 |
Current Version | 1.0.2 |
Last Updated | 2016-04-10 |
Publish Date | 2016-04-08 |
Rating | 3.20/5 Total 10 Ratings |
Developer | Ravrahn |
Payment Type | free |
Extension Website | https://www.getflix.com.au |
Help Page URL | https://github.com/ravrahn/getflix-chrome/issues |
Supported Languages | 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" } } |