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
Eメール [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
    }
}