Emotes Everywhere

Twitch, BTTV & FFZ emotes of your choosing on any site

什么是Emotes Everywhere?

Emotes Everywhere是由Enzo开发的Chrome扩展程序,该扩展的主要功能是“Twitch, BTTV & FFZ emotes of your choosing on any site”。

扩展截图

screenshot
screenshot
screenshot

下载Emotes Everywhere扩展crx文件

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

扩展使用说明

                        Twitch, BTTV & FFZ emotes of your choosing on any site.

-choose any emote you want it to work with
-whitelist mode to whitelist sites you want it to work with
-blacklist mode to blacklist sites you dont want it to work with

right click icon and click options for settings.

W.I.P                    

扩展基本信息

名称 Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
官方URL https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
简介 Twitch, BTTV & FFZ emotes of your choosing on any site
文件大小 35.43 KB
安装次数 11,147
当前版本 1.0.1
更新时间 2020-07-28
上架时间 2020-07-27
开发者 Enzo
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emotes Everywhere",
    "version": "1.0.1",
    "description": "Twitch, BTTV & FFZ emotes of your choosing on any site",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            ".\/js\/contextMenu.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        ".\/js\/popup.js",
        ".\/js\/content.js"
    ]
}