Copypasta for Twitch

One click copypasta! Memes have never been easier!

什么是Copypasta for Twitch?

Copypasta for Twitch是由Okashu开发的Chrome扩展程序,该扩展的主要功能是“One click copypasta! Memes have never been easier!”。

扩展截图

screenshot

下载Copypasta for Twitch扩展crx文件

下载Copypasta for Twitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Copypasta for Twitch Copypasta for Twitch
ID nkgclknlhklbpoclobgkenobijacaobo
官方URL https://chromewebstore.google.com/detail/copypasta-for-twitch/nkgclknlhklbpoclobgkenobijacaobo
简介 One click copypasta! Memes have never been easier!
文件大小 15.08 KB
安装次数 53
当前版本 0.93
更新时间 2017-03-26
上架时间 2017-03-26
评分 2.33/5 共3次评分
开发者 Okashu
付费类型 free
支持的语言 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"
            ]
        }
    ]
}