Reflix
Control Netflix in Google Chrome from the comfort of your phone.
Apa itu Reflix?
Reflix adalah ekstensi Chrome yang dikembangkan oleh https://netflixremote.com, dan fitur utamanya adalah "Control Netflix in Google Chrome from the comfort of your phone.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reflix
Unduh file ekstensi Reflix 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 in Google Chrome from the comfort of your phone.
Informasi Dasar Ekstensi
Nama | |
ID | lnfnmcgdbfjenenkmcioobpcgjplbieg |
URL Resmi | https://chromewebstore.google.com/detail/reflix/lnfnmcgdbfjenenkmcioobpcgjplbieg |
Deskripsi | Control Netflix in Google Chrome from the comfort of your phone. |
Ukuran File | 187 KB |
Jumlah Instalasi | 50 |
Versi Saat Ini | 2.0.0 |
Terakhir Diperbarui | 2018-06-16 |
Tanggal Publikasi | 2018-06-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://netflixremote.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reflix", "version": "2.0.0", "background": { "scripts": [ "background.build.js" ] }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "content.build.js" ] } ], "web_accessible_resources": [ "content.build.js" ] } |