Twemoji for Instagram
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)
Cos'è Twemoji for Instagram?
Twemoji for Instagram è un'estensione di Chrome sviluppata da megyland, e la sua funzione principale è "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twemoji for Instagram
Scarica i file di estensione Twemoji for Instagram 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
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com), because emojis are greats ! If you want to Twemoji support for every website you visit on your browser, try my new extension Twemoji Everywhere! https://bit.ly/2CTBwpL 2.1 The extensions now uses the latest version of Twemoji library (v 2.3) If you like my extension and want to support me, you can use this link to make a little donation ! https://www.paypal.me/megyland
Informazioni di Base sull'Estensione
Nome | Twemoji for Instagram |
ID | pdelfnlllmbfhpleodmhdnghokfkield |
URL Ufficiale | https://chromewebstore.google.com/detail/twemoji-for-instagram/pdelfnlllmbfhpleodmhdnghokfkield |
Descrizione | Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com) |
Dimensione del File | 23.87 KB |
Conteggio Installazioni | 766 |
Versione Corrente | 2.1 |
Ultimo Aggiornamento | 2020-08-24 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.38/5 Totale 13 Valutazioni |
Sviluppatore | megyland |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twemoji for Instagram", "description": "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)", "version": "2.1", "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Twemoji for Instagram" }, "content_scripts": [ { "matches": [ "*:\/\/www.instagram.com\/*" ], "css": [ "twemoji.css" ], "js": [ "twemoji.min.js", "twemoji.js" ] } ], "permissions": [ "declarativeContent" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |