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 |
官方網址 | 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" ] } |