Extension Binary Search

The easiest and most effective way to locate a malicious or buggy extension.

What is Extension Binary Search?

Extension Binary Search is a Chrome extension developed by https://blackglory.me, and its main feature is "The easiest and most effective way to locate a malicious or buggy extension.".

Extension Screenshots

screenshot
screenshot

Download Extension Binary Search Extension CRX File

Download Extension Binary Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 Basic Information

Name Extension Binary Search Extension Binary Search
ID pokongmehfnlmmkgppngbmagkpamckgi
Official URL https://chromewebstore.google.com/detail/extension-binary-search/pokongmehfnlmmkgppngbmagkpamckgi
Description The easiest and most effective way to locate a malicious or buggy extension.
File Size 539 KB
Installation Count 376
Current Version 2.0.4
Last Updated 2023-12-20
Publish Date 2019-02-10
Rating 4.83/5 Total 6 Ratings
Developer https://blackglory.me
Email [email protected]
Payment Type free
Extension Website https://github.com/BlackGlory/extension-binary-search
Help Page URL https://github.com/BlackGlory/extension-binary-search/issues
Supported Languages 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"
    ]
}