JDGification Youtube

Ajoute JDG dans les miniatures Youtube

Co je JDGification Youtube?

JDGification Youtube je rozšíření Chrome vyvinuté Oozeyard, a jeho hlavní funkcí je „Ajoute JDG dans les miniatures Youtube“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření JDGification Youtube

Stáhněte si soubory rozšíření JDGification Youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název JDGification Youtube JDGification Youtube
ID nicdnfdebgfblfabhlmgikmbeabjjajf
Oficiální URL https://chromewebstore.google.com/detail/jdgification-youtube/nicdnfdebgfblfabhlmgikmbeabjjajf
Popis Ajoute JDG dans les miniatures Youtube
Velikost souboru 6.01 MB
Počet instalací 147
Aktuální Verze 1.2
Poslední Aktualizace 2023-07-19
Datum Vydání 2023-07-14
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Oozeyard
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}