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
官方網址 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"
    ]
}