twitch tv spam

twich tv save spamerino

What is twitch tv spam?

twitch tv spam is a Chrome extension developed by juanc.jara, and its main feature is "twich tv save spamerino".

Extension Screenshots

screenshot
screenshot

Download twitch tv spam Extension CRX File

Download twitch tv spam extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Save your favorites copy pastas to use it later.

How to use:

1. Click on spam button
2. Save your copy pasta.
3. Click on your pasta to copy to clipboard

Update: 1.0
Fixed: show buttons

Update: 0.6
Fixed: updated to work with new twitch ui

Update: 0.3
Fixed compatibility issues with BetterTV twitch chrome extension.                    

Extension Basic Information

Name twitch tv spam twitch tv spam
ID jkcnmbgkcgcceneenfmaenjikajncfbn
Official URL https://chrome.google.com/webstore/detail/twitch-tv-spam/jkcnmbgkcgcceneenfmaenjikajncfbn
Description twich tv save spamerino
File Size 31.65 KB
Installation Count 375
Current Version 1.0
Last Updated 2019-04-09
Publish Date 2019-04-09
Rating 3.00/5 Total 8 Ratings
Developer juanc.jara
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twitch tv spam",
    "description": "twich tv save spamerino",
    "version": "1.0",
    "icons": {
        "16": "images\/kappa16.png",
        "128": "images\/kappa128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/cs-bundle.js"
            ],
            "css": [
                "cs-style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/bg-bundle.js"
        ]
    }
}