Random color for YouTube's progress bar

Change red color for a random of the YouTube's progress bar

Apa itu Random color for YouTube's progress bar?

Random color for YouTube's progress bar adalah ekstensi Chrome yang dikembangkan oleh Axel Juino, dan fitur utamanya adalah "Change red color for a random of the YouTube's progress bar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Random color for YouTube's progress bar

Unduh file ekstensi Random color for YouTube's progress bar 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 change the video's progress bar on YouTube with a random color.                    

Informasi Dasar Ekstensi

Nama Random color for YouTube's progress bar Random color for YouTube's progress bar
ID nifjmcelpmkfkofnmllhjhphjlhpdckn
URL Resmi https://chromewebstore.google.com/detail/random-color-for-youtubes/nifjmcelpmkfkofnmllhjhphjlhpdckn
Deskripsi Change red color for a random of the YouTube's progress bar
Ukuran File 25.48 KB
Jumlah Instalasi 610
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-12-21
Tanggal Publikasi 2020-11-29
Penilaian 4.00/5 Total 5 Penilaian
Pengembang Axel Juino
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://axelouuu.fr
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random color for YouTube's progress bar",
    "description": "Change red color for a random of the YouTube's progress bar",
    "version": "1.1",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}