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」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |