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