Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
Wat is Stop Youtube Autoplay Timer?
Stop Youtube Autoplay Timer is een Chrome-extensie ontwikkeld door park8, en de belangrijkste functie is "This extension allows you to set a timer on Youtube's Autoplay".
Extensie Screenshots
Download het CRX-bestand van de extensie Stop Youtube Autoplay Timer
Download Stop Youtube Autoplay Timer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
Officiële URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
Beschrijving | This extension allows you to set a timer on Youtube's Autoplay |
Bestandsgrootte | 59.76 KB |
Aantal Installaties | 95 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-08-19 |
Publicatiedatum | 2020-08-17 |
Ontwikkelaar | park8 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |