ControlPC - Remote for Netflix
ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
ما هو ControlPC - Remote for Netflix؟
ControlPC - Remote for Netflix هو إضافة Chrome تم تطويرها بواسطة https://controlpc.app، والميزة الرئيسية لها هي "ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ControlPC - Remote for Netflix
قم بتنزيل ملفات الامتداد ControlPC - Remote for Netflix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control.
Watch and listen to your favorite movies without getting up from your bed!
Play, pause, forward, previous, volume up, volume down - all controlled from your Smartphone.
Now you can quickly control the following players on your PC directly from your Smartphone or Tablet:
Netflix. معلومات أساسية عن التمديد
| الاسم | |
| ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff |
| الوصف | ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies… |
| حجم الملف | 948 KB |
| عدد التثبيتات | 303 |
| النسخة الحالية | 0.2 |
| آخر تحديث | 2022-11-10 |
| تاريخ النشر | 2022-11-03 |
| تقييم | 3.40/5 مجموع تقييمات 5 |
| المطور | https://controlpc.app |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://controlpc.app/privacy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ControlPC - Remote for Netflix",
"version": "0.2",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*",
"http:\/\/*.netflix.com\/*"
],
"js": [
"jquery-3.1.0.min.js",
"content.js",
"keyboard.js",
"socket.io.js"
],
"css": [
"content.css",
"animate.css",
"keyboard.css"
]
}
]
} | |