Changemoji

Changes emojis into emoticons.

Wat is Changemoji?

Changemoji is een Chrome-extensie ontwikkeld door odnarbkingofinternet, en de belangrijkste functie is "Changes emojis into emoticons.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Changemoji

Download Changemoji-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Designed with ROBLOX forums in mind, this extension changes emojis into emoticons. Not all of the emojis are put in yet, so just tell me what to add in your reviews. I will add most, if not all, of them overtime. 

Will slow down your page loading times a little bit.                    

Basisinformatie over de Extensie

Naam Changemoji Changemoji
ID oicohdphlokjlgokojlnjmkaphjafnbp
Officiële URL https://chrome.google.com/webstore/detail/changemoji/oicohdphlokjlgokojlnjmkaphjafnbp
Beschrijving Changes emojis into emoticons.
Bestandsgrootte 530 KB
Aantal Installaties 2,000
Huidige Versie 1.0
Laatst Bijgewerkt 2017-03-11
Publicatiedatum 2017-03-11
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar odnarbkingofinternet
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Changemoji",
    "description": "Changes emojis into emoticons.",
    "version": "1.0",
    "browser_action": {
        "default_title": "Changemoji - change emojis into emoticons",
        "default_icon": {
            "32": "icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/*.roblox.com\/*"
    ]
}