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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest and most effective way to locate a malicious or buggy extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extension Binary Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |