Cling
Make youtube videos cling to the top of the window while you browse Youtube comments.
ما هو Cling؟
Cling هو إضافة Chrome تم تطويرها بواسطة ExPixel، والميزة الرئيسية لها هي "Make youtube videos cling to the top of the window while you browse Youtube comments.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cling
قم بتنزيل ملفات الامتداد Cling بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cling allows you to scroll down and read comments or look at related videos while continuing to watch your video.
معلومات أساسية عن التمديد
الاسم | Cling |
ID | ipignndcmkjenpnahgmnjcbfabihaodn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cling/ipignndcmkjenpnahgmnjcbfabihaodn |
الوصف | Make youtube videos cling to the top of the window while you browse Youtube comments. |
حجم الملف | 91.97 KB |
عدد التثبيتات | 44 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2015-09-07 |
تاريخ النشر | 2015-09-06 |
تقييم | 4.86/5 مجموع تقييمات 7 |
المطور | ExPixel |
نوع الدفع | free |
موقع الإضافة | https://github.com/expixel |
عنوان صفحة المساعدة | https://github.com/expixel/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cling", "version": "2.0.2", "manifest_version": 2, "description": "Make youtube videos cling to the top of the window while you browse Youtube comments.", "homepage_url": "http:\/\/github.com\/expixel", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "src\/inject\/animate.min.css", "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "icons\/*" ] } |