JDGification Youtube

Ajoute JDG dans les miniatures Youtube

ما هو JDGification Youtube؟

JDGification Youtube هو إضافة Chrome تم تطويرها بواسطة Oozeyard، والميزة الرئيسية لها هي "Ajoute JDG dans les miniatures Youtube".

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

screenshot
screenshot

تحميل ملف CRX للإضافة JDGification Youtube

قم بتنزيل ملفات الامتداد JDGification Youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Extension qui permet de rajouter JDG dans les miniatures Youtube ! 
Compatible sur tous les navigateurs.

Merci à @VEGTROLL pour l'idée et les images de JDG !
Code source: https://github.com/Oozeyard/JDGification-Youtube


L'Extension a été inspiré par la version de MrBeast.                    

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

الاسم JDGification Youtube JDGification Youtube
ID nicdnfdebgfblfabhlmgikmbeabjjajf
عنوان URL الرسمي https://chromewebstore.google.com/detail/jdgification-youtube/nicdnfdebgfblfabhlmgikmbeabjjajf
الوصف Ajoute JDG dans les miniatures Youtube
حجم الملف 6.01 MB
عدد التثبيتات 147
النسخة الحالية 1.2
آخر تحديث 2023-07-19
تاريخ النشر 2023-07-14
تقييم 5.00/5 مجموع تقييمات 5
المطور Oozeyard
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JDGification Youtube",
    "description": "Ajoute JDG dans les miniatures Youtube",
    "version": "1.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "JDGification.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}