Twitter Emoji Replacer

Replace Twitter Original Emoji Automatically

Cos'è Twitter Emoji Replacer?

Twitter Emoji Replacer è un'estensione di Chrome sviluppata da whatasoda, e la sua funzione principale è "Replace Twitter Original Emoji Automatically".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Emoji Replacer

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

Informazioni di Base sull'Estensione

Nome Twitter Emoji Replacer Twitter Emoji Replacer
ID ibgofajghhdfbamlceanfhehlljgonli
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-emoji-replacer/ibgofajghhdfbamlceanfhehlljgonli
Descrizione Replace Twitter Original Emoji Automatically
Dimensione del File 6.09 KB
Conteggio Installazioni 45
Versione Corrente 0.1.2
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2019-06-29
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore whatasoda
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/whatasoda
Lingue Supportate 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"
            ]
        }
    ]
}