CancerTTV

Makes Twitch just a little bit worse for everyone else.

CancerTTVคืออะไร?

CancerTTV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Booom3 และคุณลักษณะหลักของมันคือ "Makes Twitch just a little bit worse for everyone else."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

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

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

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

                        Bringing the cancer into Twitch!

Are your plans for the evening sitting in Twitch chat and spamming?
Same here! And that's why you need this extension. It makes doing everything involving copy pasta and dank memes a whole lot easier.

This extension has features like being able to click any message in the chat to automatically copy it into your own chat box. Copying that pasta has never been easier!
There's also plenty of keybindings to make creating your own pasta as easy and fast as possible.

And there's no need to worry about a high learning curve, the extension features a helpful hint menu and several tools to make the new user experience as straight forward as possible. Just install it and get spamming!                    

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

ชื่อ CancerTTV CancerTTV
ID nhhlipcggbhlcpabpliadljghbpngdfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cancerttv/nhhlipcggbhlcpabpliadljghbpngdfl
คำอธิบาย Makes Twitch just a little bit worse for everyone else.
ขนาดไฟล์ 75.32 KB
จำนวนการติดตั้ง 439
เวอร์ชันปัจจุบัน 1.5.6
อัปเดตครั้งล่าสุด 2020-05-17
วันที่เผยแพร่ 2020-05-17
คะแนน 3.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Booom3
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/booom3/cancerttv
URL หน้าช่วยเหลือ https://github.com/booom3/cancerttv
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CancerTTV",
    "short_name": "CTTV",
    "version": "1.5.6",
    "description": "Makes Twitch just a little bit worse for everyone else.",
    "icons": {
        "64": "Icon 64.png",
        "128": "Icon 128.png"
    },
    "author": "Booom3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/go.twitch.tv\/*",
                "https:\/\/go.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.2.1.min.js",
                "simplebar.js",
                "CancerTTV.js",
                "CancerTTV-Activator.js"
            ],
            "css": [
                "CancerTTV.css"
            ]
        }
    ]
}