Extension Binary Search

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

Qu'est-ce que Extension Binary Search ?

Extension Binary Search est une extension Chrome développée par https://blackglory.me, et sa fonction principale est "The easiest and most effective way to locate a malicious or buggy extension.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Extension Binary Search

Téléchargez les fichiers d'extension Extension Binary Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Extension Binary Search Extension Binary Search
ID pokongmehfnlmmkgppngbmagkpamckgi
URL Officiel https://chromewebstore.google.com/detail/extension-binary-search/pokongmehfnlmmkgppngbmagkpamckgi
Description The easiest and most effective way to locate a malicious or buggy extension.
Taille du Fichier 539 KB
Nombre d'Installations 376
Version Actuelle 2.0.4
Dernière Mise à Jour 2023-12-20
Date de Publication 2019-02-10
Évaluation 4.83/5 Total 6 Évaluations
Développeur https://blackglory.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/BlackGlory/extension-binary-search
URL de la Page d'Aide https://github.com/BlackGlory/extension-binary-search/issues
Langues Prises en Charge 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"
    ]
}