Youtube controller
Control Youtube play without visiting the tab.
ما هو Youtube controller؟
Youtube controller هو إضافة Chrome تم تطويرها بواسطة http://iamvp7.in، والميزة الرئيسية لها هي "Control Youtube play without visiting the tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube controller
قم بتنزيل ملفات الامتداد Youtube controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.
معلومات أساسية عن التمديد
الاسم | |
ID | fioanlgpncojcmfckbobmkhemdjdppoc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc |
الوصف | Control Youtube play without visiting the tab. |
حجم الملف | 28.38 KB |
عدد التثبيتات | 144 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-04-01 |
تاريخ النشر | 2017-04-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | http://iamvp7.in |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube controller", "description": "Control Youtube play without visiting the tab.", "homepage_url": "http:\/\/iamvp7.github.io\/", "version": "1.0", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*.youtube.com\/*", "tabs" ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Control your Youtube Player", "default_popup": "popup\/youtube.html" } } |