Twemoji for Instagram

Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)

什么是Twemoji for Instagram?

Twemoji for Instagram是由megyland开发的Chrome扩展程序,该扩展的主要功能是“Add support of Twemoji (Emoji library by Twitter) to Instagram (www.instagram.com)”。

扩展截图

screenshot
screenshot

下载Twemoji for Instagram扩展crx文件

下载Twemoji for Instagram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
    }
}