Momentum Emoji

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

Cos'è Momentum Emoji?

Momentum Emoji è un'estensione di Chrome sviluppata da http://momentum.hu, e la sua funzione principale è "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Momentum Emoji

Scarica i file di estensione Momentum Emoji in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Momentum Emoji Momentum Emoji
ID mhpaendpohlenfphlhcopfampjhlekga
URL Ufficiale https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga
Descrizione This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
Dimensione del File 23.07 KB
Conteggio Installazioni 67
Versione Corrente 0.4.5
Ultimo Aggiornamento 2019-04-14
Data di Pubblicazione 2019-04-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://momentum.hu
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://momentum.hu/momentum-adatvedelmi-tajekoztato
Lingue Supportate 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": []
}