Extension Manager
Manage Active Extension
Extension Managerとは何ですか?
Extension Managerはhttps://www.xtensionizer.comによって開発されたChromeの拡張機能で、その主な機能は「Manage Active Extension」です。
拡張機能のスクリーンショット
Extension Manager拡張機能のCRXファイルをダウンロード
Extension Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are you experiencing slowness in browsing it might be additional web-extension, malware or phishing extension in your system. Get control of your browser with uninstalling or disabling unknown, required extension on single finger click. Improve your browsing speed and performance. Protect from unknown threat, attacks. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.
拡張機能の基本情報
名前 | Extension Manager |
ID | mjhhlngkmmgadpeikefpnbckopalgbgi |
公式URL | https://chromewebstore.google.com/detail/extension-manager/mjhhlngkmmgadpeikefpnbckopalgbgi |
説明 | Manage Active Extension |
ファイルサイズ | 198 KB |
インストール数 | 38 |
現在のバージョン | 1.0 |
最終更新日 | 2023-03-22 |
公開日 | 2019-08-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.xtensionizer.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://xtensionizer.in/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Manager", "short_name": "Extension Manager", "version": "1.0", "description": "Manage Active Extension", "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "permissions": [ "management", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Extension Manager", "default_popup": "html\/extensionManager.html" } } |