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"
            ]
        }
    ]
}