YouTube NonStop
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
YouTube NonStop क्या है?
YouTube NonStop lawfx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube NonStop एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |