TPP-Memotes

A set of cool (in-joke) emoticons that you can use anywhere on Twitch.

TPP-Memotes là gì?

TPP-Memotes là một tiện ích mở rộng Chrome được phát triển bởi Rycool102000, và tính năng chính của nó là "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.".

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

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

                        Credit to aHiddenWaffle7 for helping me with the actual coding
CURRENTLY UNSUPPORTED WITH CHATOT DUNGEON EMOTES
NEEDS FFZ TO WORK!!!!!!                    

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

Tên TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
URL Chính Thức https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
Mô tả A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
Kích Thước Tệp 24.27 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 6.9.1
Cập Nhật Lần Cuối 2016-05-22
Ngày Phát Hành 2016-05-22
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Rycool102000
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": "TPP-Memotes",
    "short_name": "TPPM",
    "description": "A set of cool (in-joke) emoticons that you can use anywhere on Twitch.",
    "version": "6.9.1",
    "homepage_url": "https:\/\/www.twitch.tv\/twitchplayspokemon",
    "icons": {
        "16": "1.png",
        "48": "2.png",
        "128": "3.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "exclude_globs": [
                "*:\/\/api.twitch.tv\/*"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "*:\/\/*.github.io\/*"
    ]
}