Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
Was ist Stop Youtube Autoplay Timer?
Stop Youtube Autoplay Timer ist eine Chrome-Erweiterung, die von park8 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to set a timer on Youtube's Autoplay".
Erweiterungsscreenshots
Stop Youtube Autoplay Timer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stop Youtube Autoplay Timer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
Offizielle URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
Beschreibung | This extension allows you to set a timer on Youtube's Autoplay |
Dateigröße | 59.76 KB |
Installationsanzahl | 95 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-08-19 |
Veröffentlichungsdatum | 2020-08-17 |
Entwickler | park8 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |