Breakbot

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

Was ist Breakbot?

Breakbot ist eine Chrome-Erweiterung, die von https://jacksbrain.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly add disruptive unicode, naughty strings, and more to your clipboard.".

Erweiterungsscreenshots

screenshot
screenshot

Breakbot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Breakbot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Breakbot Breakbot
ID paljnfjjeclclieknpdeljeilmmoheog
Offizielle URL https://chromewebstore.google.com/detail/breakbot/paljnfjjeclclieknpdeljeilmmoheog
Beschreibung Quickly add disruptive unicode, naughty strings, and more to your clipboard.
Dateigröße 141 KB
Installationsanzahl 386
Aktuelle Version 1.4.1
Letztes Update 2023-12-10
Veröffentlichungsdatum 2016-03-14
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler https://jacksbrain.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jkingsman/Breakbot
Hilfeseite URL https://github.com/jkingsman/Breakbot/issues
Unterstützte Sprachen 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"
            }
        }
    }
}