Copypasta for Twitch

One click copypasta! Memes have never been easier!

Qu'est-ce que Copypasta for Twitch ?

Copypasta for Twitch est une extension Chrome développée par Okashu, et sa fonction principale est "One click copypasta! Memes have never been easier!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copypasta for Twitch

Téléchargez les fichiers d'extension Copypasta for Twitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Copypasta for Twitch Copypasta for Twitch
ID nkgclknlhklbpoclobgkenobijacaobo
URL Officiel https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo
Description One click copypasta! Memes have never been easier!
Taille du Fichier 15.08 KB
Nombre d'Installations 53
Version Actuelle 0.93
Dernière Mise à Jour 2017-03-26
Date de Publication 2017-03-26
Évaluation 2.33/5 Total 3 Évaluations
Développeur Okashu
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}