Extension Binary Search
The easiest and most effective way to locate a malicious or buggy extension.
Extension Binary Searchとは何ですか?
Extension Binary Searchはhttps://blackglory.meによって開発されたChromeの拡張機能で、その主な機能は「The easiest and most effective way to locate a malicious or buggy extension.」です。
拡張機能のスクリーンショット
Extension Binary Search拡張機能のCRXファイルをダウンロード
Extension Binary Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is used to assist in locating malicious or buggy extensions. After you click the Start button, the following steps will be performed. 1. Disable half of enabled extensions. 2. It is up to you to manually test if the target extension is still running, and this extension will further narrow the search based on your feedback. 3. Cycle through steps 1 and 2 above until only one extension remains. Github: https://github.com/BlackGlory/extension-binary-search
拡張機能の基本情報
名前 | Extension Binary Search |
ID | pokongmehfnlmmkgppngbmagkpamckgi |
公式URL | https://chromewebstore.google.com/detail/extension-binary-search/pokongmehfnlmmkgppngbmagkpamckgi |
説明 | The easiest and most effective way to locate a malicious or buggy extension. |
ファイルサイズ | 539 KB |
インストール数 | 376 |
現在のバージョン | 2.0.4 |
最終更新日 | 2023-12-20 |
公開日 | 2019-02-10 |
評価 | 4.83/5 合計 6 レビュー |
開発者 | https://blackglory.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/BlackGlory/extension-binary-search |
ヘルプページのURL | https://github.com/BlackGlory/extension-binary-search/issues |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "manifest_version": 3, "minimum_chrome_version": "110", "default_locale": "en", "description": "__MSG_manifest_description__", "author": "BlackGlory", "version": "2.0.4", "icons": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "48": "assets\/images\/icon-48.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/images\/icon-16.png", "32": "assets\/images\/icon-32.png", "48": "assets\/images\/icon-48.png", "64": "assets\/images\/icon-64.png", "128": "assets\/images\/icon-128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "management", "storage" ] } |