Copypasta for Twitch
One click copypasta! Memes have never been easier!
Hvad er Copypasta for Twitch?
Copypasta for Twitch er en Chrome-udvidelse udviklet af Okashu, og dens hovedfunktion er "One click copypasta! Memes have never been easier!".
Udvidelsesskærmbilleder
Download Copypasta for Twitch-udvidelses-CRX-fil
Download Copypasta for Twitch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Copypasta for Twitch |
ID | nkgclknlhklbpoclobgkenobijacaobo |
Officiel URL | https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo |
Beskrivelse | One click copypasta! Memes have never been easier! |
Filstørrelse | 15.08 KB |
Antal Installationer | 53 |
Nuværende Version | 0.93 |
Senest Opdateret | 2017-03-26 |
Udgivelsesdato | 2017-03-26 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | Okashu |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |