YouTube Watch without Playlist
This extension allows videos from playlists to be watched without the playlist view.
ما هو YouTube Watch without Playlist؟
YouTube Watch without Playlist هو إضافة Chrome تم تطويرها بواسطة Joel Henke، والميزة الرئيسية لها هي "This extension allows videos from playlists to be watched without the playlist view.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Watch without Playlist
قم بتنزيل ملفات الامتداد YouTube Watch without Playlist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | hemfmfgfgaohilndfehheengjlgmkhlo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-watch-without-pla/hemfmfgfgaohilndfehheengjlgmkhlo |
الوصف | This extension allows videos from playlists to be watched without the playlist view. |
حجم الملف | 438 KB |
عدد التثبيتات | 153 |
النسخة الحالية | 1.2 |
آخر تحديث | 2020-02-16 |
تاريخ النشر | 2020-02-16 |
تقييم | 4.63/5 مجموع تقييمات 8 |
المطور | Joel Henke |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Watch without Playlist", "version": "1.2", "description": "This extension allows videos from playlists to be watched without the playlist view.", "author": "Joel Henke", "permissions": [ "*:\/\/*.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "addbuttons.js", "content.js" ] } ], "web_accessible_resources": [ "addbuttons.js", "xhrmonitor.js" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |