Extension Binary Search
The easiest and most effective way to locate a malicious or buggy extension.
O que é Extension Binary Search?
Extension Binary Search é uma extensão do Chrome desenvolvida por https://blackglory.me, e sua principal característica é "The easiest and most effective way to locate a malicious or buggy extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Extension Binary Search
Baixe arquivos de extensão Extension Binary Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Extension Binary Search |
ID | pokongmehfnlmmkgppngbmagkpamckgi |
URL Oficial | https://chromewebstore.google.com/detail/extension-binary-search/pokongmehfnlmmkgppngbmagkpamckgi |
Descrição | The easiest and most effective way to locate a malicious or buggy extension. |
Tamanho do Arquivo | 539 KB |
Contagem de Instalações | 376 |
Versão Atual | 2.0.4 |
Última Atualização | 2023-12-20 |
Data de Publicação | 2019-02-10 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | https://blackglory.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/BlackGlory/extension-binary-search |
URL da Página de Ajuda | https://github.com/BlackGlory/extension-binary-search/issues |
Idiomas Suportados | 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" ] } |