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 - это расширение Chrome, разработанное 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 расширения HackBar

Скачайте файлы расширений HackBar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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