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