Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
Qu'est-ce que Stop Youtube Autoplay Timer ?
Stop Youtube Autoplay Timer est une extension Chrome développée par park8, et sa fonction principale est "This extension allows you to set a timer on Youtube's Autoplay".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stop Youtube Autoplay Timer
Téléchargez les fichiers d'extension Stop Youtube Autoplay Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
URL Officiel | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
Description | This extension allows you to set a timer on Youtube's Autoplay |
Taille du Fichier | 59.76 KB |
Nombre d'Installations | 95 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-08-19 |
Date de Publication | 2020-08-17 |
Développeur | park8 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |