Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
What is Stop Youtube Autoplay Timer?
Stop Youtube Autoplay Timer is a Chrome extension developed by park8, and its main feature is "This extension allows you to set a timer on Youtube's Autoplay".
Extension Screenshots
Download Stop Youtube Autoplay Timer Extension CRX File
Download Stop Youtube Autoplay Timer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
Official URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
Description | This extension allows you to set a timer on Youtube's Autoplay |
File Size | 59.76 KB |
Installation Count | 95 |
Current Version | 1.1 |
Last Updated | 2020-08-19 |
Publish Date | 2020-08-17 |
Developer | park8 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |