B-ify

What's boppin

What is B-ify?

B-ify is a Chrome extension developed by patrickjlt, and its main feature is "What's boppin".

Extension Screenshots

screenshot

Download B-ify Extension CRX File

Download B-ify 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

                        A Chrome extension that replaces occurences of "b" or "B" on the current webpage with the appropriate emoji.                    

Extension Basic Information

Name B-ify B-ify
ID ijkdkjljgbokflfcmjmipiibdhcfahji
Official URL https://chromewebstore.google.com/detail/b-ify/ijkdkjljgbokflfcmjmipiibdhcfahji
Description What's boppin
File Size 3.51 KB
Installation Count 23
Current Version 1.0
Last Updated 2017-10-06
Publish Date 2017-10-05
Rating 5.00/5 Total 4 Ratings
Developer patrickjlt
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "B-ify",
    "description": "What's boppin",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ]
}