HackBar

A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar

HackBar क्या है?

HackBar fangtiansheng द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HackBar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        tools help developping anti-spider: requests analysis, Encryption, Encoding, Json response format, Uppercase and Lowercase convert, and so on.
update with new logo.                    

एक्सटेंशन की मूल जानकारी

नाम HackBar HackBar
ID gnolpldocljglopcgjfiiepkjacndoco
आधिकारिक URL https://chrome.google.com/webstore/detail/hackbar/gnolpldocljglopcgjfiiepkjacndoco
विवरण A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar
फ़ाइल का आकार 117 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-01-26
प्रकाशन तिथि 2021-01-15
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर fangtiansheng
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/valuespider/Bar
सहायता पृष्ठ URL https://github.com/valuespider/Bar/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "A HackBar. This addon is written in webextension and alternatives to the XUL version of original Hackbar. Press F12 to use HackBar",
    "devtools_page": "theme\/bar.html",
    "icons": {
        "48": "icons\/icon.png"
    },
    "manifest_version": 2,
    "name": "HackBar",
    "permissions": [
        "tabs",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "version": "1.0.3"
}