iGPlus
Enhance your iGPmanager experience
iGPlusとは何ですか?
iGPlusはRoboToによって開発されたChromeの拡張機能で、その主な機能は「Enhance your iGPmanager experience」です。
拡張機能のスクリーンショット
iGPlus拡張機能のCRXファイルをダウンロード
iGPlus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension enhances your IGP Manager experience by providing useful information and shortcuts at your fingertips. NOTE: iGPlus is developed independently and is not officially endorsed by or affiliated with igpmanager.com.
拡張機能の基本情報
名前 | iGPlus |
ID | onlpmknkfokbdljeekgdjjnfekehfdfh |
公式URL | https://chromewebstore.google.com/detail/igplus/onlpmknkfokbdljeekgdjjnfekehfdfh |
説明 | Enhance your iGPmanager experience |
ファイルサイズ | 4.73 MB |
インストール数 | 652 |
現在のバージョン | 1.5.24 |
最終更新日 | 2024-02-21 |
公開日 | 2022-09-27 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | RoboTo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "iGPlus", "version": "1.5.24", "description": "Enhance your iGPmanager experience", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUe8HeNjRMPeZa7maP\/SFuVuN9d8Zi\/76LVeI5lv5ycUwvz6vATphN42paO61NNzxcuGKWFhq59yIwS145zbUTEuErt4g6shq10rn62pkagkmQc3JnVz\/ZiB95N81ljsuyXwI5HUtYkeHdMdduhYnQNE0ZPF24+ybcEDfDASnfMOqgxnajKNEAk4DKp33yX5Qb0xPfOd8p40cm1esMMwtIlO3GAf4QCRFirXqPqvgjkMLFwnFivIKAHywTKLnn9+ELhLXvDIoi4ZmdWgRhyqaFoDJtkef\/YWbk4XIt30efdSejzViviLcfK6O+I1\/+zIhEFpYthj5GqAhuwxdelROQIDAQAB", "permissions": [ "tabs", "storage", "scripting" ], "action": { "default_icons": { "128": "images\/Icon128.png" }, "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "*:\/\/igpmanager.com\/*" ], "icons": { "128": "images\/Icon128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/igpmanager.com\/*" ], "resources": [ "*.png", "*.PNG", "*.svg", "*.css", "*.js" ] } ] } |