Netflix Remote
Remote for Netflix!
ما هو Netflix Remote؟
Netflix Remote هو إضافة Chrome تم تطويرها بواسطة https://butttons.github.io/netflix-remote، والميزة الرئيسية لها هي "Remote for Netflix!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Remote
قم بتنزيل ملفات الامتداد Netflix Remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Control your Netflix stream with your phone.
Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm
4. Scan the code OR enter the ID provided there. معلومات أساسية عن التمديد
| الاسم | |
| ID | limeoeacpekfcanimjnnbgolggamkogd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd |
| الوصف | Remote for Netflix! |
| حجم الملف | 52.43 KB |
| عدد التثبيتات | 1,039 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2019-01-15 |
| تاريخ النشر | 2019-01-15 |
| تقييم | 2.50/5 مجموع تقييمات 8 |
| المطور | https://butttons.github.io/netflix-remote |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Remote",
"version": "1.1",
"description": "Remote for Netflix!",
"permissions": [
"declarativeContent",
"storage"
],
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*"
],
"js": [
"deps\/simplepeer.min.js",
"deps\/socket.io.slim.js",
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
},
"icons": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
} | |