Twemoji for Instagram
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)
Was ist Twemoji for Instagram?
Twemoji for Instagram ist eine Chrome-Erweiterung, die von megyland entwickelt wurde, und ihr Hauptmerkmal ist "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)".
Erweiterungsscreenshots
Twemoji for Instagram-Erweiterungs-CRX-Datei herunterladen
Laden Sie Twemoji for Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Twemoji for Instagram |
ID | pdelfnlllmbfhpleodmhdnghokfkield |
Offizielle URL | https://chromewebstore.google.com/detail/twemoji-for-instagram/pdelfnlllmbfhpleodmhdnghokfkield |
Beschreibung | Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com) |
Dateigröße | 23.87 KB |
Installationsanzahl | 766 |
Aktuelle Version | 2.1 |
Letztes Update | 2020-08-24 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.38/5 Insgesamt 13 Bewertungen |
Entwickler | megyland |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |