twitch tv spam

twich tv save spamerino

Wat is twitch tv spam?

twitch tv spam is een Chrome-extensie ontwikkeld door juanc.jara, en de belangrijkste functie is "twich tv save spamerino".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie twitch tv spam

Download twitch tv spam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam twitch tv spam twitch tv spam
ID jkcnmbgkcgcceneenfmaenjikajncfbn
Officiële URL https://chrome.google.com/webstore/detail/twitch-tv-spam/jkcnmbgkcgcceneenfmaenjikajncfbn
Beschrijving twich tv save spamerino
Bestandsgrootte 31.65 KB
Aantal Installaties 375
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-09
Publicatiedatum 2019-04-09
Beoordeling 3.00/5 Totaal 8 Beoordelingen
Ontwikkelaar juanc.jara
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}