Getflix Region Switcher
Check and change your Getflix region quickly and easily.
Qu'est-ce que Getflix Region Switcher ?
Getflix Region Switcher est une extension Chrome développée par Ravrahn, et sa fonction principale est "Check and change your Getflix region quickly and easily.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Getflix Region Switcher
Téléchargez les fichiers d'extension Getflix Region Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
****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.
Informations de Base sur l'Extension
Nom | |
ID | dnglcfmkeagcfmjnhgboabkbjkdnkija |
URL Officiel | https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija |
Description | Check and change your Getflix region quickly and easily. |
Taille du Fichier | 392 KB |
Nombre d'Installations | 1,010 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2016-04-10 |
Date de Publication | 2016-04-08 |
Évaluation | 3.20/5 Total 10 Évaluations |
Développeur | Ravrahn |
Type de Paiement | free |
Site Web de l'Extension | https://www.getflix.com.au |
URL de la Page d'Aide | https://github.com/ravrahn/getflix-chrome/issues |
Langues Prises en Charge | 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" } } |