[Bromeify]

[Changes all B's to the dank one]

What is [Bromeify]?

[Bromeify] is a Chrome extension developed by Ekin Kiziltan, and its main feature is "[Changes all B's to the dank one]".

Extension Screenshots

screenshot

Download [Bromeify] Extension CRX File

Download [Bromeify] 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 very very glitchy Chrome addon that changes all P,V,and B to 🅱 emoji. Breaks most CSS heavy websites and search engines but works really well on sites like reddit and wordpress (blogs and such).

Thanks

Donation Link: paypal.me/kekin                    

Extension Basic Information

Name [Bromeify] [Bromeify]
ID fhpoilmaaogbhcamfgjjniiagmecfmfa
Official URL https://chromewebstore.google.com/detail/bromeify/fhpoilmaaogbhcamfgjjniiagmecfmfa
Description [Changes all B's to the dank one]
File Size 3.96 KB
Installation Count 43
Current Version 5.8
Last Updated 2017-03-31
Publish Date 2017-03-31
Rating 4.45/5 Total 11 Ratings
Developer Ekin Kiziltan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "[Bromeify]",
    "description": "[Changes all B's to the dank one]",
    "version": "5.8",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}