Remote
Remote for your favorite player.
ما هو Remote؟
Remote هو إضافة Chrome تم تطويرها بواسطة remote-potato، والميزة الرئيسية لها هي "Remote for your favorite player.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remote
قم بتنزيل ملفات الامتداد Remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Remote as the name entails, is a remote, but for your browser 🎉 Nowadays, most of the content is available through the browser. However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV. Remote is the missing controller for your browser, especially when you're showing video content on TV.
معلومات أساسية عن التمديد
الاسم | |
ID | hifbccioeoaheffkmedjiphppjpcbfeh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh |
الوصف | Remote for your favorite player. |
حجم الملف | 82.66 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 2.1.0 |
آخر تحديث | 2017-11-04 |
تاريخ النشر | 2017-11-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | remote-potato |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remote", "description": "Remote for your favorite player.", "version": "2.1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js" ], "css": [ "injected.css" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_title": "Remote for your favorite player.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |