Getflix Region Switcher
Check and change your Getflix region quickly and easily.
¿Qué es Getflix Region Switcher?
Getflix Region Switcher es una extensión de Chrome desarrollada por Ravrahn, y su función principal es "Check and change your Getflix region quickly and easily.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Getflix Region Switcher
Descarga archivos de extensión Getflix Region Switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
****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.
Información Básica de la Extensión
Nombre | |
ID | dnglcfmkeagcfmjnhgboabkbjkdnkija |
URL Oficial | https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija |
Descripción | Check and change your Getflix region quickly and easily. |
Tamaño del Archivo | 392 KB |
Cantidad de Instalaciones | 1,010 |
Versión Actual | 1.0.2 |
Última Actualización | 2016-04-10 |
Fecha de Publicación | 2016-04-08 |
Calificación | 3.20/5 Total de 10 Calificaciones |
Desarrollador | Ravrahn |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.getflix.com.au |
URL de la Página de Ayuda | https://github.com/ravrahn/getflix-chrome/issues |
Idiomas Soportados | 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" } } |