Twemoji for Instagram
Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)
Twemoji for Instagram क्या है?
Twemoji for Instagram megyland द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twemoji for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Twemoji for Instagram |
ID | pdelfnlllmbfhpleodmhdnghokfkield |
आधिकारिक URL | https://chromewebstore.google.com/detail/twemoji-for-instagram/pdelfnlllmbfhpleodmhdnghokfkield |
विवरण | Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com) |
फ़ाइल का आकार | 23.87 KB |
स्थापना संख्या | 766 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2020-08-24 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.38/5 कुल 13 रेटिंग्स |
डेवलपर | megyland |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } } |