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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}