Breakbot

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

O que é Breakbot?

Breakbot é uma extensão do Chrome desenvolvida por https://jacksbrain.com, e sua principal característica é "Quickly add disruptive unicode, naughty strings, and more to your clipboard.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Breakbot

Baixe arquivos de extensão Breakbot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Breakbot Breakbot
ID paljnfjjeclclieknpdeljeilmmoheog
URL Oficial https://chromewebstore.google.com/detail/breakbot/paljnfjjeclclieknpdeljeilmmoheog
Descrição Quickly add disruptive unicode, naughty strings, and more to your clipboard.
Tamanho do Arquivo 141 KB
Contagem de Instalações 386
Versão Atual 1.4.1
Última Atualização 2023-12-10
Data de Publicação 2016-03-14
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor https://jacksbrain.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/jkingsman/Breakbot
URL da Página de Ajuda https://github.com/jkingsman/Breakbot/issues
Idiomas Suportados 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"
            }
        }
    }
}