Chill Remote
Control Netflix and Amazon Prime from your iPhone or iPad.
¿Qué es Chill Remote?
Chill Remote es una extensión de Chrome desarrollada por https://chillremote.tv, y su función principal es "Control Netflix and Amazon Prime from your iPhone or iPad.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chill Remote
Descarga archivos de extensión Chill Remote 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
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
Información Básica de la Extensión
Nombre | Chill Remote |
ID | jmelkpigplnlmohfhcjimjkahedlmpdp |
URL Oficial | https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp |
Descripción | Control Netflix and Amazon Prime from your iPhone or iPad. |
Tamaño del Archivo | 439 KB |
Cantidad de Instalaciones | 12,308 |
Versión Actual | 1.2.14 |
Última Actualización | 2021-08-05 |
Fecha de Publicación | 2019-12-21 |
Calificación | 3.75/5 Total de 4 Calificaciones |
Desarrollador | https://chillremote.tv |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ChillRemote.tv |
URL de la Página de Ayuda | https://ChillRemote.tv |
URL de la Página de Política de Privacidad | https://hobbyistsoftware.com/privacy |
Idiomas Soportados | 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": [ " |