Emotes Everywhere

See custom emotes 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 https://epalmese.github.io, và tính năng chính của nó là "See custom emotes on any site.".

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

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

                        Emotes Everywhere is a browser extension that lets you set custom emotes for the whole web. Pair unique codes with any image, and the extension will seamlessly insert your emotes inline on forums, social networks, chat clients... everywhere!

- NEW: Add any emote directly from Twitch chat by right-clicking it (compatible with related extensions like BetterTTV, FrankerFaceZ, and 7TV).

- Fully functional with popular sites like Reddit, Twitter, and Twitch.
- Export and share custom sets to combine any emotes from anywhere.
- Only activates on sites that you select in the settings menu.
- Help section included in the extension's popup menu.

***

Source code visible at: https://github.com/epalmese/emotes-everywhere/                    

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

Tên Emotes Everywhere Emotes Everywhere
ID fmnokfpcldjdaaajddjmkjknbkamdknl
URL Chính Thức https://chromewebstore.google.com/detail/emotes-everywhere/fmnokfpcldjdaaajddjmkjknbkamdknl
Mô tả See custom emotes on any site.
Kích Thước Tệp 35.53 KB
Số Lần Cài Đặt 3,671
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2021-08-15
Ngày Phát Hành 2020-05-14
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://epalmese.github.io
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": 3,
    "name": "Emotes Everywhere",
    "version": "0.3.2",
    "description": "See custom emotes on any site.",
    "icons": {
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}