Genius Deutschland Helper
Hilfe bei alltäglichen Aufgaben auf Genius Deutschland
Genius Deutschland Helper là gì?
Genius Deutschland Helper là một tiện ích mở rộng Chrome được phát triển bởi michaelhrbrg, và tính năng chính của nó là "Hilfe bei alltäglichen Aufgaben auf Genius Deutschland".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Genius Deutschland Helper
Tải xuống các tệp mở rộng Genius Deutschland Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Genius Deutschland Helper hilft bei alltäglichen Aufgaben auf genius.com. Diese Erweiterung ist nicht offiziell und in keiner Weise mit Genius affiliiert.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Genius Deutschland Helper |
ID | bfbjcpeefdncfjgenjopolilhccbdjci |
URL Chính Thức | https://chromewebstore.google.com/detail/genius-deutschland-helper/bfbjcpeefdncfjgenjopolilhccbdjci |
Mô tả | Hilfe bei alltäglichen Aufgaben auf Genius Deutschland |
Kích Thước Tệp | 14.65 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2020-12-16 |
Ngày Phát Hành | 2020-08-16 |
Nhà Phát Triển | michaelhrbrg |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |