Chill Remote
Control Netflix and Amazon Prime from your iPhone or iPad.
O que é Chill Remote?
Chill Remote é uma extensão do Chrome desenvolvida por https://chillremote.tv, e sua principal característica é "Control Netflix and Amazon Prime from your iPhone or iPad.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chill Remote
Baixe arquivos de extensão Chill Remote 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
Control Netflix, Amazon Prime, Hulu, YouTube and Vimeo from your iPhone or iPad Install this extension in Chrome, then install Chill Remote on your iDevice
Informações Básicas da Extensão
Nome | Chill Remote |
ID | jmelkpigplnlmohfhcjimjkahedlmpdp |
URL Oficial | https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp |
Descrição | Control Netflix and Amazon Prime from your iPhone or iPad. |
Tamanho do Arquivo | 439 KB |
Contagem de Instalações | 12,308 |
Versão Atual | 1.2.14 |
Última Atualização | 2021-08-05 |
Data de Publicação | 2019-12-21 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | https://chillremote.tv |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ChillRemote.tv |
URL da Página de Ajuda | https://ChillRemote.tv |
URL da Página de Política de Privacidade | https://hobbyistsoftware.com/privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chill Remote", "short_name": "Chill Remote", "description": "Control Netflix and Amazon Prime from your iPhone or iPad.", "version": "1.2.14", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "pages\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/injector.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/emp.bbc.co.uk\/*", "https:\/\/emp.britbox.com\/*" ], "js": [ "js\/jquery.min.js", "js\/injector.js" ], "run_at": "document_idle", "all_frames": true } ], "background": { "scripts": [ "js\/jquery.min.js", "js\/cable.js", "js\/cable-manager.js", "js\/background.js" ], "persistent": false }, "web_accessible_resources": [ "js\/remotes.js", "js\/jquery.min.js", "js\/iplayer-helper.js", "js\/britbox-helper.js", "css\/hs-style.css" ], "externally_connectable": { "matches": [ "https:\/\/chillremote.tv\/*", "https:\/\/beta.chillremote.tv\/*", "https:\/\/netflixremote.app\/*", "https:\/\/beta.netflixremote.app\/*" ] }, "permissions": [ " |