Genius Deutschland Helper

Hilfe bei alltäglichen Aufgaben auf Genius Deutschland

Co je Genius Deutschland Helper?

Genius Deutschland Helper je rozšíření Chrome vyvinuté michaelhrbrg, a jeho hlavní funkcí je „Hilfe bei alltäglichen Aufgaben auf Genius Deutschland“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Genius Deutschland Helper

Stáhněte si soubory rozšíření Genius Deutschland Helper 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í

                        Genius Deutschland Helper hilft bei alltäglichen Aufgaben auf genius.com.
Diese Erweiterung ist nicht offiziell und in keiner Weise mit Genius affiliiert.                    

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

Název Genius Deutschland Helper Genius Deutschland Helper
ID bfbjcpeefdncfjgenjopolilhccbdjci
Oficiální URL https://chromewebstore.google.com/detail/genius-deutschland-helper/bfbjcpeefdncfjgenjopolilhccbdjci
Popis Hilfe bei alltäglichen Aufgaben auf Genius Deutschland
Velikost souboru 14.65 KB
Počet instalací 42
Aktuální Verze 0.2
Poslední Aktualizace 2020-12-16
Datum Vydání 2020-08-16
Vývojář michaelhrbrg
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genius Deutschland Helper",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Hilfe bei allt\u00e4glichen Aufgaben auf Genius Deutschland",
    "icons": {
        "180": "icon_180.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/genius.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "180": "icon_180.png"
        }
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ]
}