EVE Online Streams
This extension provides a list with all EVE Online Streams.
EVE Online Streamsคืออะไร?
EVE Online Streams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Schattenlauch และคุณลักษณะหลักของมันคือ "This extension provides a list with all EVE Online Streams."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EVE Online Streams
ดาวน์โหลดไฟล์ส่วนขยาย EVE Online Streams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides a list with all EVE Online streams on Twitch.tv Features: -Access all EVE Streams very fast -Normal ... -...or Popout view -Tag favorites -Get notifications -Options
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ljhnbbelnjlnbnopohgobjginjoolepe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eve-online-streams/ljhnbbelnjlnbnopohgobjginjoolepe |
คำอธิบาย | This extension provides a list with all EVE Online Streams. |
ขนาดไฟล์ | 275 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2016-11-21 |
วันที่เผยแพร่ | 2016-11-21 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Schattenlauch |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EVE Online Streams", "version": "0.2.1", "manifest_version": 2, "options_page": "options.html", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon.png", "64": "images\/icon_64.png" }, "background": { "page": "main.html" }, "description": "This extension provides a list with all EVE Online Streams.", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/api.twitch.tv\/kraken\/streams\/*", "notifications" ] } |