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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Genius Deutschland Helper
قم بتنزيل ملفات الامتداد Genius Deutschland Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" ] } |