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!”。
擴展截圖
下載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 |
ID | nkgclknlhklbpoclobgkenobijacaobo |
官方網址 | 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" ] } ] } |