TPP-Memotes

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

TPP-Memotesคืออะไร?

TPP-Memotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rycool102000 และคุณลักษณะหลักของมันคือ "A set of cool (in-joke) emoticons that you can use anywhere on Twitch."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TPP-Memotes

ดาวน์โหลดไฟล์ส่วนขยาย TPP-Memotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TPP-Memotes TPP-Memotes
ID chagjmfjhbhihelppcenkcjobbnbaifn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tpp-memotes/chagjmfjhbhihelppcenkcjobbnbaifn
คำอธิบาย A set of cool (in-joke) emoticons that you can use anywhere on Twitch.
ขนาดไฟล์ 24.27 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 6.9.1
อัปเดตครั้งล่าสุด 2016-05-22
วันที่เผยแพร่ 2016-05-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Rycool102000
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}