Copypasta for Twitch

One click copypasta! Memes have never been easier!

O que é Copypasta for Twitch?

Copypasta for Twitch é uma extensão do Chrome desenvolvida por Okashu, e sua principal característica é "One click copypasta! Memes have never been easier!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copypasta for Twitch

Baixe arquivos de extensão Copypasta for Twitch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Copypasta for Twitch Copypasta for Twitch
ID nkgclknlhklbpoclobgkenobijacaobo
URL Oficial https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo
Descrição One click copypasta! Memes have never been easier!
Tamanho do Arquivo 15.08 KB
Contagem de Instalações 53
Versão Atual 0.93
Última Atualização 2017-03-26
Data de Publicação 2017-03-26
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Okashu
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}