YouTube Auto Reply

Extension For auto-repeat Youtube Videos.

Co to jest YouTube Auto Reply?

YouTube Auto Reply to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Extension For auto-repeat Youtube Videos.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Auto Reply

Pobierz pliki rozszerzeń YouTube Auto Reply 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

                        This Extension plays YouTube videos repeatedly.
Not only YouTube videos, but also YouTube videos linked to other sites can be played repeatedly.
A button is added to the bottom right of the video.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Auto Reply YouTube Auto Reply
ID kfkkmpmfofgkfnpiaepanikkeoelnbbf
Oficjalny URL https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf
Opis Extension For auto-repeat Youtube Videos.
Rozmiar pliku 37.34 KB
Liczba instalacji 515
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-03-27
Data Publikacji 2020-03-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/repeat.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/repeat.png",
        "images\/repeat-active.png"
    ]
}