Genius Deutschland Helper

Hilfe bei alltäglichen Aufgaben auf Genius Deutschland

Genius Deutschland Helper क्या है?

Genius Deutschland Helper michaelhrbrg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hilfe bei alltäglichen Aufgaben auf Genius Deutschland"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Genius Deutschland Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Genius Deutschland Helper Genius Deutschland Helper
ID bfbjcpeefdncfjgenjopolilhccbdjci
आधिकारिक URL https://chromewebstore.google.com/detail/genius-deutschland-helper/bfbjcpeefdncfjgenjopolilhccbdjci
विवरण Hilfe bei alltäglichen Aufgaben auf Genius Deutschland
फ़ाइल का आकार 14.65 KB
स्थापना संख्या 42
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-12-16
प्रकाशन तिथि 2020-08-16
डेवलपर michaelhrbrg
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}