Genius Deutschland Helper

Hilfe bei alltäglichen Aufgaben auf Genius Deutschland

Genius Deutschland Helperคืออะไร?

Genius Deutschland Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย michaelhrbrg และคุณลักษณะหลักของมันคือ "Hilfe bei alltäglichen Aufgaben auf Genius Deutschland"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Genius Deutschland Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}