Twitch Chat Strawpoll Helper
Reformats Twitch chat messages that include links to strawpoll.me.
Twitch Chat Strawpoll Helperคืออะไร?
Twitch Chat Strawpoll Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EBCM และคุณลักษณะหลักของมันคือ "Reformats Twitch chat messages that include links to strawpoll.me."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat Strawpoll Helper
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Chat Strawpoll Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension has 2 primary functions: First, it replaces the links to Strawpoll in the chat from, for example, "http://strawpoll.me/1234567" to a customizable, easily-readable link, such as "Strawpoll 1234567: Do you like the New Group Qualifying?" Second, it replaces all links from the screamer website "Strawpoii" to their respective Strawpoll.me URLs. Email me at [email protected] for bug reports, suggestions, complaints, etc. Version 1.1: Initial release! Version 1.11: Fixed a bug where it would treat "http://strawpoll.me/10http://strawpoll.me/10" as a valid Strawpoll link. P.S. An option I am considering adding is to vote for a Strawpoll via chat with a command like "/vote
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Chat Strawpoll Helper |
ID | apnmaeokijedbbdbnbanjeooijcmldlf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-chat-strawpoll-hel/apnmaeokijedbbdbnbanjeooijcmldlf |
คำอธิบาย | Reformats Twitch chat messages that include links to strawpoll.me. |
ขนาดไฟล์ | 14.23 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 1.12 |
อัปเดตครั้งล่าสุด | 2015-10-16 |
วันที่เผยแพร่ | 2015-10-16 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | EBCM |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.ebcmsoftware.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/*.twitch.tv\/*", "http:\/\/*.twitch.tv\/*" ] } ], "description": "Reformats Twitch chat messages that include links to strawpoll.me.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Twitch Chat Strawpoll Helper", "options_page": "options.html", "permissions": [ "storage", "https:\/\/*.twitch.tv\/*", "http:\/\/*.twitch.tv\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.12", "web_accessible_resources": [ "images\/*" ] } |