Emotes Everywhere

See custom emotes on any site.

Emotes Everywhereとは何ですか?

Emotes Everywhereはhttps://epalmese.github.ioによって開発されたChromeの拡張機能で、その主な機能は「See custom emotes on any site.」です。

拡張機能のスクリーンショット

screenshot

Emotes Everywhere拡張機能のCRXファイルをダウンロード

Emotes Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Emotes Everywhere is a browser extension that lets you set custom emotes for the whole web. Pair unique codes with any image, and the extension will seamlessly insert your emotes inline on forums, social networks, chat clients... everywhere!

- NEW: Add any emote directly from Twitch chat by right-clicking it (compatible with related extensions like BetterTTV, FrankerFaceZ, and 7TV).

- Fully functional with popular sites like Reddit, Twitter, and Twitch.
- Export and share custom sets to combine any emotes from anywhere.
- Only activates on sites that you select in the settings menu.
- Help section included in the extension's popup menu.

***

Source code visible at: https://github.com/epalmese/emotes-everywhere/                    

拡張機能の基本情報

名前 Emotes Everywhere Emotes Everywhere
ID fmnokfpcldjdaaajddjmkjknbkamdknl
公式URL https://chromewebstore.google.com/detail/emotes-everywhere/fmnokfpcldjdaaajddjmkjknbkamdknl
説明 See custom emotes on any site.
ファイルサイズ 35.53 KB
インストール数 3,671
現在のバージョン 0.3.2
最終更新日 2021-08-15
公開日 2020-05-14
評価 4.20/5 合計 10 レビュー
開発者 https://epalmese.github.io
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Emotes Everywhere",
    "version": "0.3.2",
    "description": "See custom emotes on any site.",
    "icons": {
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}