Momentum Emoji

This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.

What is Momentum Emoji?

Momentum Emoji is a Chrome extension developed by http://momentum.hu, and its main feature is "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.".

Extension Screenshots

screenshot

Download Momentum Emoji Extension CRX File

Download Momentum Emoji 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

                        This extension's aim is to change the Facebook's basic "love" and "angry" emoticons to "purple love" and "O1G" ones.                    

Extension Basic Information

Name Momentum Emoji Momentum Emoji
ID mhpaendpohlenfphlhcopfampjhlekga
Official URL https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga
Description This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
File Size 23.07 KB
Installation Count 67
Current Version 0.4.5
Last Updated 2019-04-14
Publish Date 2019-04-14
Rating 5.00/5 Total 1 Ratings
Developer http://momentum.hu
Email [email protected]
Payment Type free
Privacy Policy Page URL https://momentum.hu/momentum-adatvedelmi-tajekoztato
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Momentum Emoji",
    "version": "0.4.5",
    "description": "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.",
    "author": "Enys Mones",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "main.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Facebook plugin",
        "default_popup": "settings.html"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "permissions": []
}