Emotes4Booyah

This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!

什麼是Emotes4Booyah?

Emotes4Booyah是由simego開發的Chrome擴展程式,該擴展的主要功能是“This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!”。

擴展截圖

screenshot
screenshot

下載Emotes4Booyah擴展crx文件

下載Emotes4Booyah擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is an extension still under development that makes it possible to view the most famous custom emotes from Twitch, BetterTTV and FrankerFaceZ.

Features currently available:
Twitch Emotes (Global)
BetterTTV emotes (global and channel)
FrankerFacez Emotes (Global and Channel)
Improved chat design, bolded names, clickable links, line difference, etc.
Tab-autocomplete in chat with emote search (type something and press tab, autocomplete with emotes available)
Mention another user with @name (shows a list for selection)
Search for emotes with :name (shows a list for selection)
Marking highlighted in chat with messages mentioning you.

Coming soon:
Emote menu (custom menu with all emotes and visual search)                    

擴展基本資訊

名稱 Emotes4Booyah Emotes4Booyah
ID dophpcobbjngempeadfhkjleblemfjll
官方網址 https://chromewebstore.google.com/detail/emotes4booyah/dophpcobbjngempeadfhkjleblemfjll
簡介 This extension enable the use of emotes from Twitch, BTTV and FFZ at Booyah!
檔案大小 1.54 MB
安裝次數 189
目前版本 1.7.2
更新時間 2021-12-11
上架時間 2021-10-13
評分 4.69/5 共 13 次評分
開發者 simego
電子郵箱 [email protected]
付費類型 free
支援的語言 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7.2",
    "manifest_version": 3,
    "author": "Daniel A. Rafaelli (Simego)",
    "default_locale": "pt_BR",
    "options_page": "views\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "views\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/booyah.live\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/booyah.live\/*"
            ],
            "css": [
                "css\/runtime.css",
                "css\/tippy.min.css",
                "css\/translucent.min.css"
            ],
            "js": [
                "js\/jquery-3.6.0.slim.min.js",
                "js\/popper.min.js",
                "js\/tippy.umd.min.js",
                "js\/runtime.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/booyah.live\/*"
            ],
            "resources": [
                "css\/runtime.css",
                "css\/tippy.min.css",
                "css\/translucent.min.css",
                "images\/icon48.png"
            ]
        }
    ]
}