Stop Youtube Autoplay Timer

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

Co to jest Stop Youtube Autoplay Timer?

Stop Youtube Autoplay Timer to rozszerzenie Chrome opracowane przez park8, a jego główną funkcją jest „This extension allows you to set a timer on Youtube's Autoplay”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stop Youtube Autoplay Timer

Pobierz pliki rozszerzeń Stop Youtube Autoplay Timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Stop Youtube Autoplay Timer Stop Youtube Autoplay Timer
ID amklgdeinpjclemjbepgimpkaknhfaem
Oficjalny URL https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem
Opis This extension allows you to set a timer on Youtube's Autoplay
Rozmiar pliku 59.76 KB
Liczba instalacji 95
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-08-19
Data Publikacji 2020-08-17
Deweloper park8
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}