Emotes Anywhere

Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments

Emotes Anywhere là gì?

Emotes Anywhere là một tiện ích mở rộng Chrome được phát triển bởi Rhenier Kloppers, và tính năng chính của nó là "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Emotes Anywhere 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

                        Having emotes everywhere in your browser gets old after a few days, and could ruin potentially important text - enjoy this minimalistic addon that offers a balance between work & play - the best of both worlds.

Simply install and you're good to go!


Currently supported sites: Youtube, Reddit                    

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

Tên Emotes Anywhere Emotes Anywhere
ID emhlcogdclinbkednbjgmfbdocfajbgm
URL Chính Thức https://chromewebstore.google.com/detail/emotes-anywhere/emhlcogdclinbkednbjgmfbdocfajbgm
Mô tả Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments
Kích Thước Tệp 19.8 KB
Số Lần Cài Đặt 270
Phiên Bản Hiện Tại 0.87
Cập Nhật Lần Cuối 2019-06-14
Ngày Phát Hành 2019-06-14
Nhà Phát Triển Rhenier Kloppers
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 Anywhere",
    "short_name": "Emotes",
    "version": "0.87",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Bring your favourite websites to life by adding this lightweight extension that enables Twitch emotes, exclusively to the comments",
    "author": "Rhenier Kloppers",
    "browser_action": {
        "default_icon": "emotesanywhere.png",
        "default_title": "Popup here."
    },
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "*:\/\/www.reddit.com\/*",
        "tabs"
    ]
}