Twitch Animotes

Replace the default robot emotes with cute anime gifs.

Twitch Animotes là gì?

Twitch Animotes là một tiện ích mở rộng Chrome được phát triển bởi Dangerpaws, và tính năng chính của nó là "Replace the default robot emotes with cute anime gifs.".

Ả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 Twitch Animotes

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

                        Simply install and this will automatically replace the robot emotes with cute anime gifs. 

Feel free to leave comments and suggestions. 

Find me @: 
https://twitter.com/channelerchris
http://www.twitch.tv/channelerchris
https://www.youtube.com/channel/UCDH1qXTuGUqrQsGu5I7qTtA
dangerousmachinery.com                    

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

Tên Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
URL Chính Thức https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
Mô tả Replace the default robot emotes with cute anime gifs.
Kích Thước Tệp 17.45 KB
Số Lần Cài Đặt 465
Phiên Bản Hiện Tại 3.1
Cập Nhật Lần Cuối 2020-10-19
Ngày Phát Hành 2020-10-19
Đánh Giá 4.78/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Dangerpaws
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": "Twitch Animotes",
    "version": "3.1",
    "description": "Replace the default robot emotes with cute anime gifs.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}