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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Extension Binary Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}