YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
ما هو YouTube NonStop؟
YouTube NonStop هو إضافة Chrome تم تطويرها بواسطة lawfx، والميزة الرئيسية لها هي "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube NonStop
قم بتنزيل ملفات الامتداد YouTube NonStop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.*** Working on YouTube and YouTube Music! Media Keys supported! Untested (but should work) when: Video is in fullscreen, Video is in miniplayer. If you have any problems, don't hesitate to drop me an email. :)
معلومات أساسية عن التمديد
الاسم | YouTube NonStop |
ID | nlkaejimjacpillmajjnopmpbkbnocid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid |
الوصف | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
حجم الملف | 76.16 KB |
عدد التثبيتات | 728,552 |
النسخة الحالية | 0.9.2 |
آخر تحديث | 2023-10-30 |
تاريخ النشر | 2020-05-14 |
تقييم | 3.47/5 مجموع تقييمات 941 |
المطور | lawfx |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/lawfx/YoutubeNonStop |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube NonStop", "short_name": "YT NonStop", "version": "0.9.2", "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!", "web_accessible_resources": [ { "resources": [ "autoconfirm.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" } }, "icons": { "16": "images\/yns16.png", "32": "images\/yns32.png", "48": "images\/yns48.png", "128": "images\/yns128.png" }, "manifest_version": 3 } |