Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
O que é Stop Youtube Autoplay Timer?
Stop Youtube Autoplay Timer é uma extensão do Chrome desenvolvida por park8, e sua principal característica é "This extension allows you to set a timer on Youtube's Autoplay".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stop Youtube Autoplay Timer
Baixe arquivos de extensão Stop Youtube Autoplay Timer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
URL Oficial | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
Descrição | This extension allows you to set a timer on Youtube's Autoplay |
Tamanho do Arquivo | 59.76 KB |
Contagem de Instalações | 95 |
Versão Atual | 1.1 |
Última Atualização | 2020-08-19 |
Data de Publicação | 2020-08-17 |
Desenvolvedor | park8 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |