Emotes Everywhere

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

Emotes Everywhere là gì?

Emotes Everywhere là một tiện ích mở rộng Chrome được phát triển bởi Enzo, và tính năng chính của nó là "Twitch, BTTV & FFZ emotes of your choosing on any site".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Emotes Everywhere

Tải xuống các tệp mở rộng Emotes Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Emotes Everywhere Emotes Everywhere
ID bmobkojilggkdhfginkfilecnbnkngha
URL Chính Thức https://chromewebstore.google.com/detail/emotes-everywhere/bmobkojilggkdhfginkfilecnbnkngha
Mô tả Twitch, BTTV & FFZ emotes of your choosing on any site
Kích Thước Tệp 35.43 KB
Số Lần Cài Đặt 11,147
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-07-28
Ngày Phát Hành 2020-07-27
Nhà Phát Triển Enzo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}