YouTube NonStop 2.0
Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
YouTube NonStop 2.0 क्या है?
YouTube NonStop 2.0 YT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube NonStop 2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
⬇️ Easy to set up ⬇️: 1. Install and pin 📌 the extension. 2. The confirmation “Video Paused, Continue Watching” will be encountered automatically. ✨Features ✨ 1. Auto-confirms the confirmation box. 2. Keeps the video from auto-pause. ⏸ Bypass the annoying “Video Paused, Continue Watching” popup message and keep YouTube running nonstop!
एक्सटेंशन की मूल जानकारी
नाम | YouTube NonStop 2.0 |
ID | dhdpgkjlhjkcnodefcdpgeaijobopbja |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-nonstop-20/dhdpgkjlhjkcnodefcdpgeaijobopbja |
विवरण | Kiss the annoying "Video paused. Continue watching?" confirmation goodbye! |
फ़ाइल का आकार | 264 KB |
स्थापना संख्या | 11,270 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2023-12-14 |
प्रकाशन तिथि | 2022-12-31 |
रेटिंग | 2.17/5 कुल 42 रेटिंग्स |
डेवलपर | YT |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1cwiY1eFhYYDxMRxOSiiuQpgOBJtcaB022bxkF4KvWX0/edit |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube NonStop 2.0", "short_name": "YT NonStop 2.0", "version": "0.0.4", "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!", "permissions": [ "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ], "js": [ "inject.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "autoconfirm_re.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/music.youtube.com\/*" ] } ], "background": { "service_worker": "background.js" }, "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, "chrome_settings_overrides": { "search_provider": { "name": "Smart", "keyword": "Smart", "search_url": "https:\/\/smartwebfinders.com\/?n=7&q={searchTerms}", "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } } } |