Mine-Craft Steve Progress Bar for YouTube™

Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!

Apa itu Mine-Craft Steve Progress Bar for YouTube™?

Mine-Craft Steve Progress Bar for YouTube™ adalah ekstensi Chrome yang dikembangkan oleh Magic Dev, dan fitur utamanya adalah "Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mine-Craft Steve Progress Bar for YouTube™

Unduh file ekstensi Mine-Craft Steve Progress Bar for YouTube™ 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

                        Make the progress bar of the Youtube player more fun and beautiful!

The extension offers a fun animated progress bar instead of the boring classic YouTube strip.

The main character of the game is now in your YouTube!                    

Informasi Dasar Ekstensi

Nama Mine-Craft Steve Progress Bar for YouTube™ Mine-Craft Steve Progress Bar for YouTube™
ID adfohncenmofllmfhfnhidgnpcaeghci
URL Resmi https://chrome.google.com/webstore/detail/mine-craft-steve-progress/adfohncenmofllmfhfnhidgnpcaeghci
Deskripsi Change Youtube™ progress bar to Steve from Mine-Craft. Make your Youtube™ player awesome!
Ukuran File 385 KB
Jumlah Instalasi 42
Versi Saat Ini 1.18
Terakhir Diperbarui 2021-09-14
Tanggal Publikasi 2021-09-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Magic Dev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Steve Progress Bar for YouTube\u2122",
    "short_name": "Steve Progress Bar",
    "version": "1.18",
    "description": "Change Youtube\u2122 progress bar to Steve from Mine-Craft. Make your Youtube\u2122 player awesome!",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "steave.gif"
    ]
}