Memeify (🅱)

Replace all instances of 'b' with 🅱.

What is Memeify (🅱)?

Memeify (🅱) is a Chrome extension developed by shivrustagi221, and its main feature is "Replace all instances of 'b' with 🅱.".

Extension Screenshots

screenshot

Download Memeify (🅱) Extension CRX File

Download Memeify (🅱) 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

                        Memeify the current page you're on by replaceing B with 🅱.                    

Extension Basic Information

Name Memeify (🅱) Memeify (🅱)
ID gkofcfjlmdaihnidnekkdekjfdcjaadg
Official URL https://chromewebstore.google.com/detail/memeify-%F0%9F%85%B1/gkofcfjlmdaihnidnekkdekjfdcjaadg
Description Replace all instances of 'b' with 🅱.
File Size 3.29 KB
Installation Count 190
Current Version 1.1
Last Updated 2017-09-17
Publish Date 2017-09-17
Rating 3.67/5 Total 3 Ratings
Developer shivrustagi221
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Memeify (\ud83c\udd71)",
    "description": "Replace all instances of 'b' with \ud83c\udd71.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}