Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
Stop Youtube Autoplay Timer क्या है?
Stop Youtube Autoplay Timer park8 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to set a timer on Youtube's Autoplay"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stop Youtube Autoplay Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you fall asleep to Youtube videos on autoplay and wake up to still find Youtube videos playing? This extension will allow you to set a timer on the autoplay toggle so videos will stop auto playing
एक्सटेंशन की मूल जानकारी
नाम | |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
आधिकारिक URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
विवरण | This extension allows you to set a timer on Youtube's Autoplay |
फ़ाइल का आकार | 59.76 KB |
स्थापना संख्या | 95 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2020-08-19 |
प्रकाशन तिथि | 2020-08-17 |
डेवलपर | park8 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "widget.html" }, "icons": { "128": "res\/icon128.png" }, "description": "This extension allows you to set a timer on Youtube's Autoplay", "manifest_version": 2, "name": "Stop Youtube Autoplay Timer", "permissions": [ "activeTab", "storage", "tabs", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "short_name": "Timed Autoplay", "version": "1.1" } |