Smashcast+
Addons for Smashcast.tv
Smashcast+คืออะไร?
Smashcast+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ertzel และคุณลักษณะหลักของมันคือ "Addons for Smashcast.tv"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smashcast+
ดาวน์โหลดไฟล์ส่วนขยาย Smashcast+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Smashcast Plus provides additional features for users on smashcast.tv as well as changes to already existing features. - Dark Theme - Dark Theme changes smashcast.tv to a darker color set. - Chat Highlighting - Chat Highlighting allows you to setup different highlight format for detecting your name or any words in a custom list of additional triggers you can set being said in chat. This makes it easier to see when someone is talking to you or about certain things. - Desktop Notifications - Desktop Notifications makes it so you will receive a desktop notification when anyone @ mentions you, or uses any of the additional triggers for chat highlighting in chat. (smashcast.tv must be set to allow notifications in your browser) - Hide Image Messages - Hide Image Messages will hide any images containing an image embed or an image url from showing in chat. - Remember Messages - Remember Messages will keep track of your last 5 unique messages sent in chat. You can press the up arrow key (when in the chat box) and cycle through those tracked messages to send again.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smashcast+ |
ID | kcenaommnnmnokafpkmekmgbhpbobcpg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smashcast+/kcenaommnnmnokafpkmekmgbhpbobcpg |
คำอธิบาย | Addons for Smashcast.tv |
ขนาดไฟล์ | 245 KB |
จำนวนการติดตั้ง | 164 |
เวอร์ชันปัจจุบัน | 2.0.19 |
อัปเดตครั้งล่าสุด | 2018-04-12 |
วันที่เผยแพร่ | 2018-04-11 |
คะแนน | 4.61/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Ertzel |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smashcast+", "short_name": "Smashcast Plus", "description": "Addons for Smashcast.tv", "author": "Ertzel", "version": "2.0.19", "icons": { "16": "img\/smashcast+-icon-16x16.png", "48": "img\/smashcast+-icon-48x48.png", "128": "img\/smashcast+-icon-128x128.png" }, "externally_connectable": { "matches": [ "*:\/\/*.smashcast.tv\/*" ] }, "background": { "scripts": [ "src\/background.min.js", "src\/settings.min.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.smashcast.tv\/*" ], "js": [ "src\/utils\/jquery-2.1.4.min.js", "src\/utils\/devTools.min.js", "src\/smashcastPlus.min.js", "src\/theme-manager.min.js", "src\/chatAddons.min.js" ] } ], "options_page": "settings.min.html", "browser_action": { "default_icon": "img\/smashcast+-icon-128x128.png", "notification_icon": "img\/smashcast+-icon-180x180.png" }, "permissions": [ "activeTab", "tabs", "storage", "*:\/\/www.smashcast.tv\/*" ], "web_accessible_resources": [ "img\/smashcast+-icon-16x16.png", "img\/smashcast+-icon-48x48.png", "img\/smashcast+-icon-128x128.png", "img\/smashcast+-icon-180x180.png", "src\/utils\/jquery-2.1.4.min.js", "src\/utils\/devTools.min.js", "styles\/base.min.css", "styles\/channel.min.css" ] } |