Stop Youtube Autoplay Timer

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

Hvad er Stop Youtube Autoplay Timer?

Stop Youtube Autoplay Timer er en Chrome-udvidelse udviklet af park8, og dens hovedfunktion er "This extension allows you to set a timer on Youtube's Autoplay".

Udvidelsesskærmbilleder

screenshot

Download Stop Youtube Autoplay Timer-udvidelses-CRX-fil

Download Stop Youtube Autoplay Timer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Stop Youtube Autoplay Timer Stop Youtube Autoplay Timer
ID amklgdeinpjclemjbepgimpkaknhfaem
Officiel URL https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem
Beskrivelse This extension allows you to set a timer on Youtube's Autoplay
Filstørrelse 59.76 KB
Antal Installationer 95
Nuværende Version 1.1
Senest Opdateret 2020-08-19
Udgivelsesdato 2020-08-17
Udvikler park8
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}