Komado for YouTube
Show mini player when scrolling on YouTube
ما هو Komado for YouTube؟
Komado for YouTube هو إضافة Chrome تم تطويرها بواسطة mkizka، والميزة الرئيسية لها هي "Show mini player when scrolling on YouTube".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Komado for YouTube
قم بتنزيل ملفات الامتداد Komado for YouTube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension has only one function. Very simple! Almost no configuration. You can use it right after installation.
معلومات أساسية عن التمديد
الاسم | |
ID | njnjbpmcgffckgidchbadfbkeghnffnh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh |
الوصف | Show mini player when scrolling on YouTube |
حجم الملف | 77.87 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 2.1.2 |
آخر تحديث | 2024-01-22 |
تاريخ النشر | 2021-08-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | mkizka |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mkizka/youtube-komado |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.1.2", "default_locale": "en", "action": { "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.contentscript.ts.77081717.c73bfe64.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/contentscript.91f65d37.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/contentscript.ts.77081717.js" ], "use_dynamic_url": true } ] } |