Twemoji for Instagram
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)
Wat is Twemoji for Instagram?
Twemoji for Instagram is een Chrome-extensie ontwikkeld door megyland, en de belangrijkste functie is "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)".
Extensie Screenshots
Download het CRX-bestand van de extensie Twemoji for Instagram
Download Twemoji for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twemoji for Instagram |
ID | pdelfnlllmbfhpleodmhdnghokfkield |
Officiële URL | https://chromewebstore.google.com/detail/twemoji-for-instagram/pdelfnlllmbfhpleodmhdnghokfkield |
Beschrijving | Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com) |
Bestandsgrootte | 23.87 KB |
Aantal Installaties | 766 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2020-08-24 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.38/5 Totaal 13 Beoordelingen |
Ontwikkelaar | megyland |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |