Netflix Remote
Control netflix from your phone!
ما هو Netflix Remote؟
Netflix Remote هو إضافة Chrome تم تطويرها بواسطة chillremote، والميزة الرئيسية لها هي "Control netflix from your phone!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Remote
قم بتنزيل ملفات الامتداد Netflix Remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Netflix Remote |
ID | kmngjlmolbambcjbefengjalhdaemcjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
الوصف | Control netflix from your phone! |
حجم الملف | 222 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-03-23 |
تاريخ النشر | 2019-03-23 |
المطور | chillremote |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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 } |