LoopTube

Auto loop the YouTube video

Apa itu LoopTube?

LoopTube adalah ekstensi Chrome yang dikembangkan oleh vedha.viyash, dan fitur utamanya adalah "Auto loop the YouTube video".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi LoopTube

Unduh file ekstensi LoopTube 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

                        Auto loop the YouTube video when it ends. No more click replay buttons again!                    

Informasi Dasar Ekstensi

Nama LoopTube LoopTube
ID faaokfideffddckilhbjniccnelnioid
URL Resmi https://chromewebstore.google.com/detail/looptube/faaokfideffddckilhbjniccnelnioid
Deskripsi Auto loop the YouTube video
Ukuran File 10.51 KB
Jumlah Instalasi 75
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-08-18
Tanggal Publikasi 2020-08-18
Pengembang vedha.viyash
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LoopTube",
    "version": "0.0.1",
    "description": "Auto loop the YouTube video",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "youtube.png",
        "48": "youtube.png",
        "128": "youtube.png"
    },
    "browser_action": {
        "default_icon": "youtube.png",
        "default_title": "Turning this extension on will loop the YouTube video automatically"
    }
}