Breakbot

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

Breakbot क्या है?

Breakbot https://jacksbrain.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly add disruptive unicode, naughty strings, and more to your clipboard."।

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

screenshot
screenshot

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

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

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

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