Chill Remote
Control Netflix and Amazon Prime from your iPhone or iPad.
Apa itu Chill Remote?
Chill Remote adalah ekstensi Chrome yang dikembangkan oleh https://chillremote.tv, dan fitur utamanya adalah "Control Netflix and Amazon Prime from your iPhone or iPad.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chill Remote
Unduh file ekstensi Chill Remote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Chill Remote |
ID | jmelkpigplnlmohfhcjimjkahedlmpdp |
URL Resmi | https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp |
Deskripsi | Control Netflix and Amazon Prime from your iPhone or iPad. |
Ukuran File | 439 KB |
Jumlah Instalasi | 12,308 |
Versi Saat Ini | 1.2.14 |
Terakhir Diperbarui | 2021-08-05 |
Tanggal Publikasi | 2019-12-21 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | https://chillremote.tv |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ChillRemote.tv |
URL Halaman Bantuan | https://ChillRemote.tv |
URL Halaman Kebijakan Privasi | https://hobbyistsoftware.com/privacy |
Bahasa yang Didukung | 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": [ " |