Breakbot

Quickly add disruptive unicode, naughty strings, and more to your clipboard.

Breakbotคืออะไร?

Breakbot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jacksbrain.com และคุณลักษณะหลักของมันคือ "Quickly add disruptive unicode, naughty strings, and more to your clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Breakbot

ดาวน์โหลดไฟล์ส่วนขยาย Breakbot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Save yourself from googling for RTL characters, Zalgo, general unicode naughtiness, the EICAR string, and more - Breakbot makes them available for quick copying to the clipboard. With a fast search and one-click copy, fuzzing and pen testing is just a little bit easier (and no more copy-paste-type-paste-type to check if you got that RTL character copied correctly!)

Just search and click the one you want to copy, or strike enter to copy to top result. Launch the popup with +B.

Add your own strings at https://github.com/jkingsman/Breakbot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Breakbot Breakbot
ID paljnfjjeclclieknpdeljeilmmoheog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/breakbot/paljnfjjeclclieknpdeljeilmmoheog
คำอธิบาย Quickly add disruptive unicode, naughty strings, and more to your clipboard.
ขนาดไฟล์ 141 KB
จำนวนการติดตั้ง 386
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2023-12-10
วันที่เผยแพร่ 2016-03-14
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://jacksbrain.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jkingsman/Breakbot
URL หน้าช่วยเหลือ https://github.com/jkingsman/Breakbot/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Breakbot",
    "short_name": "Breakbot",
    "version": "1.4.1",
    "description": "Quickly add disruptive unicode, naughty strings, and more to your clipboard.",
    "author": "Jack Kingsman ",
    "homepage_url": "https:\/\/github.com\/jkingsman\/Breakbot",
    "browser_action": {
        "default_title": "NaughtyBot",
        "default_icon": {
            "19": "img\/breakbot-19.png",
            "38": "img\/breakbot-38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "icons": {
        "16": "img\/breakbot-16.png",
        "48": "img\/breakbot-48.png",
        "128": "img\/breakbot-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+B"
            }
        }
    }
}