Copypasta for Twitch
One click copypasta! Memes have never been easier!
Cos'è Copypasta for Twitch?
Copypasta for Twitch è un'estensione di Chrome sviluppata da Okashu, e la sua funzione principale è "One click copypasta! Memes have never been easier!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copypasta for Twitch
Scarica i file di estensione Copypasta for Twitch 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
Copypasta offers quick one-click pasting of twitch chat messages into the message box at twitch. Guaranteed dankest memes. Version 0.94 - Fixed the addon not working at all Version 0.92: - fixed a thing (enabled the addon on https version of Twitch) Version 0.91: - The text area now focuses automatically after copypasting. Version 0.9: - Initial version.
Informazioni di Base sull'Estensione
Nome | Copypasta for Twitch |
ID | nkgclknlhklbpoclobgkenobijacaobo |
URL Ufficiale | https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo |
Descrizione | One click copypasta! Memes have never been easier! |
Dimensione del File | 15.08 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 0.93 |
Ultimo Aggiornamento | 2017-03-26 |
Data di Pubblicazione | 2017-03-26 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Okashu |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copypasta for Twitch", "short_name": "Copypasta", "description": "One click copypasta! Memes have never been easier!", "version": "0.93", "permissions": [ "tabs", "http:\/\/www.twitch.tv\/", "https:\/\/www.twitch.tv\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "js": [ "copypasta_script.js" ] } ] } |