Stop Youtube Autoplay Timer

This extension allows you to set a timer on Youtube's Autoplay

Cos'è Stop Youtube Autoplay Timer?

Stop Youtube Autoplay Timer è un'estensione di Chrome sviluppata da park8, e la sua funzione principale è "This extension allows you to set a timer on Youtube's Autoplay".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stop Youtube Autoplay Timer

Scarica i file di estensione Stop Youtube Autoplay Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Stop Youtube Autoplay Timer Stop Youtube Autoplay Timer
ID amklgdeinpjclemjbepgimpkaknhfaem
URL Ufficiale https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem
Descrizione This extension allows you to set a timer on Youtube's Autoplay
Dimensione del File 59.76 KB
Conteggio Installazioni 95
Versione Corrente 1.1
Ultimo Aggiornamento 2020-08-19
Data di Pubblicazione 2020-08-17
Sviluppatore park8
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}