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