Emotes Anywhere

Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments

Emotes Anywhereとは何ですか?

Emotes AnywhereはRhenier Kloppersによって開発されたChromeの拡張機能で、その主な機能は「Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds.

Simply install and you're good to go!


Currently supported sites: Youtube, Reddit                    

拡張機能の基本情報

名前 Emotes Anywhere Emotes Anywhere
ID emhlcogdclinbkednbjgmfbdocfajbgm
公式URL https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm
説明 Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
ファイルサイズ 19.8 KB
インストール数 270
現在のバージョン 0.87
最終更新日 2019-06-14
公開日 2019-06-14
開発者 Rhenier Kloppers
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emotes Anywhere",
    "short_name": "Emotes",
    "version": "0.87",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments",
    "author": "Rhenier Kloppers",
    "browser_action": {
        "default_icon": "emotesanywhere.png",
        "default_title": "Popup here."
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.reddit.com\/*",
        "tabs"
    ]
}