InAir Super Bowl 2015
Superbowl XLIX stream with live social network and sports statistics.
InAir Super Bowl 2015คืออะไร?
InAir Super Bowl 2015 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inair.tv และคุณลักษณะหลักของมันคือ "Superbowl XLIX stream with live social network and sports statistics."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InAir Super Bowl 2015
ดาวน์โหลดไฟล์ส่วนขยาย InAir Super Bowl 2015 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Superbowl XLIX stream with live social network and sports statistics. - Facebook - Twitter - Live Statistics - Chat room
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | InAir Super Bowl 2015 |
ID | ighablmjgklladmcbdeknggbkiogbbcg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inair-super-bowl-2015/ighablmjgklladmcbdeknggbkiogbbcg |
คำอธิบาย | Superbowl XLIX stream with live social network and sports statistics. |
ขนาดไฟล์ | 17.33 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.0.5 |
อัปเดตครั้งล่าสุด | 2015-02-01 |
วันที่เผยแพร่ | 2015-02-01 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://inair.tv |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InAir Super Bowl 2015", "version": "0.0.5", "manifest_version": 2, "description": "Superbowl XLIX stream with live social network and sports statistics.", "homepage_url": "http:\/\/inair.tv", "icons": { "16": "icons\/inair16.png", "48": "icons\/inair48.png", "128": "icons\/inair128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*" ], "web_accessible_resources": [ "src\/inject\/inject.js", "src\/inject\/inject.css", "versionCheck.json" ], "externally_connectable": { "matches": [ "http:\/\/superbowl.inair.tv\/*", "http:\/\/localhost:3000\/*" ] } } |