No Scroll Tube
This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view
ما هو No Scroll Tube؟
No Scroll Tube هو إضافة Chrome تم تطويرها بواسطة Hyper Expert، والميزة الرئيسية لها هي "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No Scroll Tube
قم بتنزيل ملفات الامتداد No Scroll Tube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | No Scroll Tube |
ID | ejkedopdhafifdnmehiajbocpmlneico |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-scroll-tube/ejkedopdhafifdnmehiajbocpmlneico |
الوصف | This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view |
حجم الملف | 16.07 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-07-29 |
تاريخ النشر | 2016-07-24 |
تقييم | 4.00/5 مجموع تقييمات 4 |
المطور | Hyper Expert |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://noscrolltube.com |
عنوان صفحة المساعدة | http://noscrolltube.com |
عنوان صفحة سياسة الخصوصية | http://hyperexpert.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Scroll Tube", "description": "This lightweight extension adds the ability to pin YouTube videos and prevent scrolling outside of page view", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "new.css" ], "js": [ "contentscript.js" ], "run_at": "document_start" } ], "version": "1.0", "browser_action": { "default_icon": "images\/icon64.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "images\/pinPlayer.png" ] } |