YT Repeat

Repeats YouTube videos.

Apa itu YT Repeat?

YT Repeat adalah ekstensi Chrome yang dikembangkan oleh https://antimatter15.com, dan fitur utamanya adalah "Repeats YouTube videos.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YT Repeat

Unduh file ekstensi YT Repeat 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

                        Somehow it doesn't look like there's another YouTube repeat extension, so here's one. It's pretty simple and works with both the flash and HTML5 players, and should hopefully survive whenever YouTube updates.                    

Informasi Dasar Ekstensi

Nama YT Repeat YT Repeat
ID piicimoiaiblachamdicgngccadhlecl
URL Resmi https://chromewebstore.google.com/detail/yt-repeat/piicimoiaiblachamdicgngccadhlecl
Deskripsi Repeats YouTube videos.
Ukuran File 31.72 KB
Jumlah Instalasi 2,846
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2014-08-20
Tanggal Publikasi 2014-08-19
Penilaian 4.13/5 Total 89 Penilaian
Pengembang https://antimatter15.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://twitter.com/antimatter15
URL Halaman Bantuan http://twitter.com/antimatter15
URL Halaman Kebijakan Privasi http://projectnaptha.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YT Repeat",
    "version": "1.0.3",
    "description": "Repeats YouTube videos.",
    "icons": {
        "16": "icons\/16.png",
        "22": "icons\/22.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}