Breakbot

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

什么是Breakbot?

Breakbot是由https://jacksbrain.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly add disruptive unicode, naughty strings, and more to your clipboard.”。

扩展截图

screenshot
screenshot

下载Breakbot扩展crx文件

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