Twitter Emoji Replacer

Replace Twitter Original Emoji Automatically

What is Twitter Emoji Replacer?

Twitter Emoji Replacer is a Chrome extension developed by whatasoda, and its main feature is "Replace Twitter Original Emoji Automatically".

Extension Screenshots

screenshot

Download Twitter Emoji Replacer Extension CRX File

Download Twitter Emoji Replacer 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 replaces emoji from Twitter's original to ones of the OS you use, works on Twitter Web and TweetDeck.
Twitter WebとTweetDeck上の絵文字を、ツイッターオリジナルのものから使っているOSの絵文字に置き換えます。                    

Extension Basic Information

Name Twitter Emoji Replacer Twitter Emoji Replacer
ID ibgofajghhdfbamlceanfhehlljgonli
Official URL https://chrome.google.com/webstore/detail/twitter-emoji-replacer/ibgofajghhdfbamlceanfhehlljgonli
Description Replace Twitter Original Emoji Automatically
File Size 6.09 KB
Installation Count 45
Current Version 0.1.2
Last Updated 2021-09-14
Publish Date 2019-06-29
Rating 2.00/5 Total 1 Ratings
Developer whatasoda
Email [email protected]
Payment Type free
Help Page URL https://twitter.com/whatasoda
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAstW8D6bL1ERsUx7xMR\/kTgFpz9bdHNIL0w4aCYuAXmr9XBo71cqn0rEuC9cdwJdY2+qTDgLXw8NLDYKgpMAZ5LkKusASdK5XDr5wlpePki0FYCr0bC4gc4YkBUC6cRrXLLu4oVN+tH1Rul0zMEcf1+MO2batlqCoPBdYPty8v+CxB67HQDT5Wsed9S9c+5u3NM1eHEqxlIegM5UOZcb1u+D78cewMYhbDPjkdQk4WYWldyutq197vA6ETo+pB9DqATXzqoR6nod4AuVgIzXh8UtmcotLa8C+HO\/5BY9d0XzeThkvH7SkkmprVhTteuG1UmRfXQnTI34yIfKMJCWsNQIDAQAB",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Twitter Emoji Replacer",
    "description": "Replace Twitter Original Emoji Automatically",
    "author": "whatasoda ",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}