Mine-Craft Diamond Progress Bar for YouTube™

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

ما هو Mine-Craft Diamond Progress Bar for YouTube™؟

Mine-Craft Diamond Progress Bar for YouTube™ هو إضافة Chrome تم تطويرها بواسطة Magic Dev، والميزة الرئيسية لها هي "Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mine-Craft Diamond Progress Bar for YouTube™

قم بتنزيل ملفات الامتداد Mine-Craft Diamond Progress Bar for YouTube™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.

💎 A diamond from Mine-Craft in your YouTube™                    

معلومات أساسية عن التمديد

الاسم Mine-Craft Diamond Progress Bar for YouTube™ Mine-Craft Diamond Progress Bar for YouTube™
ID anljjebphnjfoinnnladcbacppfpkjbe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mine-craft-diamond-progre/anljjebphnjfoinnnladcbacppfpkjbe
الوصف Change Youtube™ progress bar to Diamond from Mine-Craft. Make your Youtube™ player awesome!
حجم الملف 13.72 KB
عدد التثبيتات 90
النسخة الحالية 1.1.1
آخر تحديث 2021-09-16
تاريخ النشر 2021-09-14
تقييم 5.00/5 مجموع تقييمات 2
المطور Magic Dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Diamond Progress Bar for YouTube\u2122",
    "short_name": "Diamon Progress Bar",
    "version": "1.1.1",
    "description": "Change Youtube\u2122 progress bar to Diamond 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": [
        "icons\/icon128.png"
    ]
}