Twemoji for Instagram
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)
Qu'est-ce que Twemoji for Instagram ?
Twemoji for Instagram est une extension Chrome développée par megyland, et sa fonction principale est "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twemoji for Instagram
Téléchargez les fichiers d'extension Twemoji for Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twemoji for Instagram |
ID | pdelfnlllmbfhpleodmhdnghokfkield |
URL Officiel | https://chromewebstore.google.com/detail/twemoji-for-instagram/pdelfnlllmbfhpleodmhdnghokfkield |
Description | Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com) |
Taille du Fichier | 23.87 KB |
Nombre d'Installations | 766 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2020-08-24 |
Date de Publication | 2019-03-08 |
Évaluation | 4.38/5 Total 13 Évaluations |
Développeur | megyland |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |