Genius Deutschland Helper

Hilfe bei alltäglichen Aufgaben auf Genius Deutschland

什麼是Genius Deutschland Helper?

Genius Deutschland Helper是由michaelhrbrg開發的Chrome擴展程式,該擴展的主要功能是“Hilfe bei alltäglichen Aufgaben auf Genius Deutschland”。

擴展截圖

screenshot

下載Genius Deutschland Helper擴展crx文件

下載Genius Deutschland Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}