Copypasta for Twitch

One click copypasta! Memes have never been easier!

Vad är Copypasta for Twitch?

Copypasta for Twitch är en Chrome-tillägg utvecklad av Okashu, och dess huvudfunktion är "One click copypasta! Memes have never been easier!".

Tilläggsskärmbilder

screenshot

Ladda ner Copypasta for Twitch-förlängningens CRX-fil

Ladda ner Copypasta for Twitch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Copypasta for Twitch Copypasta for Twitch
ID nkgclknlhklbpoclobgkenobijacaobo
Officiell webbadress https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo
Beskrivning One click copypasta! Memes have never been easier!
Filstorlek 15.08 KB
Antal Installationer 53
Aktuell Version 0.93
Senast Uppdaterad 2017-03-26
Publiceringsdatum 2017-03-26
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Okashu
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}