Mean facebook

This replaces emojis on your facebook with some juicy swearwords. Use responsibly!

What is Mean facebook?

Mean facebook is a Chrome extension developed by jan.jakub.nanista, and its main feature is "This replaces emojis on your facebook with some juicy swearwords. Use responsibly!".

Download Mean facebook Extension CRX File

Download Mean facebook 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

                                            

Extension Basic Information

Name Mean facebook Mean facebook
ID eakcbdcbnjcglpmenenmpmlnglbbkjol
Official URL https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol
Description This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
File Size 448 KB
Installation Count 185
Current Version 1.0.13
Last Updated 2017-01-23
Publish Date 2017-01-23
Rating 5.00/5 Total 33 Ratings
Developer jan.jakub.nanista
Email [email protected]
Payment Type free
Supported Languages en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.13",
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-19.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}