Autoplay No More
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
ما هو Autoplay No More؟
Autoplay No More هو إضافة Chrome تم تطويرها بواسطة https://www.kiboke-studio.hr، والميزة الرئيسية لها هي "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Autoplay No More
قم بتنزيل ملفات الامتداد Autoplay No More بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.
معلومات أساسية عن التمديد
الاسم | Autoplay No More |
ID | obiogedpmdnfaldjdjmnbpmhjjfnghnj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autoplay-no-more/obiogedpmdnfaldjdjmnbpmhjjfnghnj |
الوصف | Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo. |
حجم الملف | 13.88 KB |
عدد التثبيتات | 1,051 |
النسخة الحالية | 0.4.2 |
آخر تحديث | 2023-08-21 |
تاريخ النشر | 2020-04-16 |
تقييم | 3.00/5 مجموع تقييمات 8 |
المطور | https://www.kiboke-studio.hr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.kiboke-studio.hr/browser-extensions/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autoplay No More", "description": "Disable automatic jumps from current to next video on Youtube, TED, Bing and Vimeo.", "version": "0.4.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "author": "Daniel Kladnik", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "data\/youtube.css" ], "js": [ "data\/youtube.js" ] }, { "matches": [ "*:\/\/*.vimeo.com\/*" ], "css": [ "data\/vimeo.css" ], "js": [ "data\/vimeo.js" ] }, { "matches": [ "*:\/\/*.ted.com\/*" ], "js": [ "data\/ted.js" ] }, { "matches": [ "*:\/\/*.bing.com\/videos\/*" ], "js": [ "data\/bing.js" ] } ] } |