U-Tube Pocket
# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…
ما هو U-Tube Pocket؟
U-Tube Pocket هو إضافة Chrome تم تطويرها بواسطة sandeepfacebook1989، والميزة الرئيسية لها هي "# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة U-Tube Pocket
قم بتنزيل ملفات الامتداد U-Tube Pocket بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
# Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos from any of the tab with this simple yet very useful chrome extension. Play , pause your video and choose next video from the list. Its easy and very helpful.
معلومات أساسية عن التمديد
الاسم | |
ID | ejcocklfgjcfffebkmfpkmgbiaahlclo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/u-tube-pocket/ejcocklfgjcfffebkmfpkmgbiaahlclo |
الوصف | # Youtube-chrome-extension. If you enjoy listening to music on youtube. This extension is for you. You can control youtube videos… |
حجم الملف | 82.81 KB |
عدد التثبيتات | 680 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2018-07-17 |
تاريخ النشر | 2018-07-17 |
تقييم | 4.75/5 مجموع تقييمات 4 |
المطور | sandeepfacebook1989 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "U-Tube Pocket", "version": "1.0.1", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/browser_action_icon.png", "default_title": "Utube Fun" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.bundle.js" ] } ], "icons": { "128": "icons\/128x128.png" }, "permissions": [ " |