Getflix Region Switcher
Check and change your Getflix region quickly and easily.
O que é Getflix Region Switcher?
Getflix Region Switcher é uma extensão do Chrome desenvolvida por Ravrahn, e sua principal característica é "Check and change your Getflix region quickly and easily.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Getflix Region Switcher
Baixe arquivos de extensão Getflix Region Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
****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.
Informações Básicas da Extensão
Nome | |
ID | dnglcfmkeagcfmjnhgboabkbjkdnkija |
URL Oficial | https://chromewebstore.google.com/detail/getflix-region-switcher/dnglcfmkeagcfmjnhgboabkbjkdnkija |
Descrição | Check and change your Getflix region quickly and easily. |
Tamanho do Arquivo | 392 KB |
Contagem de Instalações | 1,010 |
Versão Atual | 1.0.2 |
Última Atualização | 2016-04-10 |
Data de Publicação | 2016-04-08 |
Classificação | 3.20/5 Total de 10 Avaliações |
Desenvolvedor | Ravrahn |
Tipo de Pagamento | free |
Site da Extensão | https://www.getflix.com.au |
URL da Página de Ajuda | https://github.com/ravrahn/getflix-chrome/issues |
Idiomas Suportados | 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" } } |