Genius Deutschland Helper
Hilfe bei alltäglichen Aufgaben auf Genius Deutschland
What is Genius Deutschland Helper?
Genius Deutschland Helper is a Chrome extension developed by michaelhrbrg, and its main feature is "Hilfe bei alltäglichen Aufgaben auf Genius Deutschland".
Extension Screenshots
Download Genius Deutschland Helper Extension CRX File
Download Genius Deutschland Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Genius Deutschland Helper hilft bei alltäglichen Aufgaben auf genius.com. Diese Erweiterung ist nicht offiziell und in keiner Weise mit Genius affiliiert.
Extension Basic Information
Name | Genius Deutschland Helper |
ID | bfbjcpeefdncfjgenjopolilhccbdjci |
Official URL | https://chromewebstore.google.com/detail/genius-deutschland-helper/bfbjcpeefdncfjgenjopolilhccbdjci |
Description | Hilfe bei alltäglichen Aufgaben auf Genius Deutschland |
File Size | 14.65 KB |
Installation Count | 42 |
Current Version | 0.2 |
Last Updated | 2020-12-16 |
Publish Date | 2020-08-16 |
Developer | michaelhrbrg |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |