Netflix Remote
Control netflix from your phone!
Apa itu Netflix Remote?
Netflix Remote adalah ekstensi Chrome yang dikembangkan oleh chillremote, dan fitur utamanya adalah "Control netflix from your phone!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix Remote
Unduh file ekstensi Netflix 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
This extension is required to use the Chillremote app to control Netflix. 1. Install Chillremote add-on 2. Install Chillremote app on your phone 3. Click on the Chillremote add-on icon to show your QR Code 4. Scan your QR code with the app
Informasi Dasar Ekstensi
Nama | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
URL Resmi | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
Deskripsi | Control netflix from your phone! |
Ukuran File | 222 KB |
Jumlah Instalasi | 68 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2019-03-23 |
Tanggal Publikasi | 2019-03-23 |
Pengembang | chillremote |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Remote", "version": "1.1", "description": "Control netflix from your phone!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*" ], "js": [ "auto_answer.js" ] } ], "page_action": { "default_popup": "qr.html", "default_icon": { "32": "icon.png", "48": "[email protected]", "128": "[email protected]" } }, "manifest_version": 2 } |