Copypasta for Twitch
One click copypasta! Memes have never been easier!
Copypasta for Twitchคืออะไร?
Copypasta for Twitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Okashu และคุณลักษณะหลักของมันคือ "One click copypasta! Memes have never been easier!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Copypasta for Twitch
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |