YouTube Auto Reply

Extension For auto-repeat Youtube Videos.

Apa itu YouTube Auto Reply?

YouTube Auto Reply adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Extension For auto-repeat Youtube Videos.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Auto Reply

Unduh file ekstensi YouTube Auto Reply dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama YouTube Auto Reply YouTube Auto Reply
ID kfkkmpmfofgkfnpiaepanikkeoelnbbf
URL Resmi https://chromewebstore.google.com/detail/youtube-auto-reply/kfkkmpmfofgkfnpiaepanikkeoelnbbf
Deskripsi Extension For auto-repeat Youtube Videos.
Ukuran File 37.34 KB
Jumlah Instalasi 515
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-03-27
Tanggal Publikasi 2020-03-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}