CancerTTV

Makes Twitch just a little bit worse for everyone else.

CancerTTV क्या है?

CancerTTV Booom3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes Twitch just a little bit worse for everyone else."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CancerTTV एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}