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 |
电子邮箱 | [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" ] } |