Chill Remote
Control Netflix and Amazon Prime from your iPhone or iPad.
Qu'est-ce que Chill Remote ?
Chill Remote est une extension Chrome développée par https://chillremote.tv, et sa fonction principale est "Control Netflix and Amazon Prime from your iPhone or iPad.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chill Remote
Téléchargez les fichiers d'extension Chill Remote 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
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
Informations de Base sur l'Extension
Nom | Chill Remote |
ID | jmelkpigplnlmohfhcjimjkahedlmpdp |
URL Officiel | https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp |
Description | Control Netflix and Amazon Prime from your iPhone or iPad. |
Taille du Fichier | 439 KB |
Nombre d'Installations | 12,308 |
Version Actuelle | 1.2.14 |
Dernière Mise à Jour | 2021-08-05 |
Date de Publication | 2019-12-21 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | https://chillremote.tv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ChillRemote.tv |
URL de la Page d'Aide | https://ChillRemote.tv |
URL de la Page de Politique de Confidentialité | https://hobbyistsoftware.com/privacy |
Langues Prises en Charge | 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": [ " |