Simple Youtube Repeater

Simply click the repeat button to make the Youtube video automatically repeat.

Apa itu Simple Youtube Repeater?

Simple Youtube Repeater adalah ekstensi Chrome yang dikembangkan oleh kennethdevel, dan fitur utamanya adalah "Simply click the repeat button to make the Youtube video automatically repeat.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Youtube Repeater

Unduh file ekstensi Simple Youtube Repeater 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

                        Simply click the repeat button to make the video automatically repeat.                    

Informasi Dasar Ekstensi

Nama Simple Youtube Repeater Simple Youtube Repeater
ID pbjaladifincbflhpknphchnapmemgnm
URL Resmi https://chromewebstore.google.com/detail/simple-youtube-repeater/pbjaladifincbflhpknphchnapmemgnm
Deskripsi Simply click the repeat button to make the Youtube video automatically repeat.
Ukuran File 15.46 KB
Jumlah Instalasi 694
Versi Saat Ini 3.0
Terakhir Diperbarui 2016-06-13
Tanggal Publikasi 2016-06-13
Penilaian 4.29/5 Total 7 Penilaian
Pengembang kennethdevel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Youtube Repeater",
    "description": "Simply click the repeat button to make the Youtube video automatically repeat.",
    "version": "3.0",
    "author": "Kenneth",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}