twitch tv spam
twich tv save spamerino
Cos'è twitch tv spam?
twitch tv spam è un'estensione di Chrome sviluppata da juanc.jara, e la sua funzione principale è "twich tv save spamerino".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione twitch tv spam
Scarica i file di estensione twitch tv spam in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jkcnmbgkcgcceneenfmaenjikajncfbn |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-tv-spam/jkcnmbgkcgcceneenfmaenjikajncfbn |
Descrizione | twich tv save spamerino |
Dimensione del File | 31.65 KB |
Conteggio Installazioni | 375 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-04-09 |
Data di Pubblicazione | 2019-04-09 |
Valutazione | 3.00/5 Totale 8 Valutazioni |
Sviluppatore | juanc.jara |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |