B

Replace all your B's with the B emoji. Because yolo.

What is B?

B is a Chrome extension developed by Brandon Richardson, and its main feature is "Replace all your B's with the B emoji. Because yolo.".

Download B Extension CRX File

Download B extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replace all your B's with the B emoji. JUST DO IT.                    

Extension Basic Information

Name B B
ID eebmdpmagehncpidjeppgnhichnloenk
Official URL https://chrome.google.com/webstore/detail/b/eebmdpmagehncpidjeppgnhichnloenk
Description Replace all your B's with the B emoji. Because yolo.
File Size 10.77 KB
Installation Count 54
Current Version 0.0.1
Last Updated 2018-02-18
Publish Date 2018-02-18
Rating 4.50/5 Total 6 Ratings
Developer Brandon Richardson
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/brandon1024/find/blob/master/.github/PRIVACY.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "B",
    "short_name": "B",
    "version": "0.0.1",
    "author": [
        "Brandon Richardson"
    ],
    "manifest_version": 2,
    "description": "Replace all your B's with the B emoji. Because yolo.",
    "permissions": [
        ""
    ],
    "icons": {
        "128": "b.png",
        "16": "b.png",
        "48": "b.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "offline_enabled": true
}