Streamers Connected
The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.
Streamers Connectedคืออะไร?
Streamers Connected เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Streamers Connected
ดาวน์โหลดไฟล์ส่วนขยาย Streamers Connected ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mbheinpjbaajkgnfjkkmkbcochbjknoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/streamers-connected/mbheinpjbaajkgnfjkkmkbcochbjknoa |
คำอธิบาย | The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live. |
ขนาดไฟล์ | 1.62 MB |
จำนวนการติดตั้ง | 134 |
เวอร์ชันปัจจุบัน | 4.0.0 |
อัปเดตครั้งล่าสุด | 2017-08-30 |
วันที่เผยแพร่ | 2017-08-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Streamers Connected", "version": "4.0.0", "description": "The official Streamers Connected Chrome extension, showing notifications when Streamers Connected goes live.", "icons": { "64": "icons\/64.png", "128": "icons\/128.png" }, "permissions": [ "storage", "notifications", "background", "http:\/\/*.twitch.tv\/", "https:\/\/*.streamersconnected.tv\/" ], "options_page": "options\/options.html", "options_ui": { "page": "options\/options.html" }, "background": { "scripts": [ "external\/jquery.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "\/external\/jquery.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end", "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.twitch.tv\/*" ] } ], "manifest_version": 2, "browser_action": { "default_icon": "icons\/128.png", "default_title": "Streamers Connected", "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.twitter.com https:\/\/*.twimg.com; object-src 'self'", "web_accessible_resources": [ "64.png", "icons\/chat-badge.png", "icons\/chat-badge-square.png" ] } |