Genius Deutschland Helper

Hilfe bei alltäglichen Aufgaben auf Genius Deutschland

Co to jest Genius Deutschland Helper?

Genius Deutschland Helper to rozszerzenie Chrome opracowane przez michaelhrbrg, a jego główną funkcją jest „Hilfe bei alltäglichen Aufgaben auf Genius Deutschland”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Genius Deutschland Helper

Pobierz pliki rozszerzeń Genius Deutschland Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Genius Deutschland Helper Genius Deutschland Helper
ID bfbjcpeefdncfjgenjopolilhccbdjci
Oficjalny URL https://chromewebstore.google.com/detail/genius-deutschland-helper/bfbjcpeefdncfjgenjopolilhccbdjci
Opis Hilfe bei alltäglichen Aufgaben auf Genius Deutschland
Rozmiar pliku 14.65 KB
Liczba instalacji 42
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2020-12-16
Data Publikacji 2020-08-16
Deweloper michaelhrbrg
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}