InAir Super Bowl 2015
Superbowl XLIX stream with live social network and sports statistics.
InAir Super Bowl 2015 là gì?
InAir Super Bowl 2015 là một tiện ích mở rộng Chrome được phát triển bởi https://inair.tv, và tính năng chính của nó là "Superbowl XLIX stream with live social network and sports statistics.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng InAir Super Bowl 2015
Tải xuống các tệp mở rộng InAir Super Bowl 2015 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Superbowl XLIX stream with live social network and sports statistics. - Facebook - Twitter - Live Statistics - Chat room
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | InAir Super Bowl 2015 |
ID | ighablmjgklladmcbdeknggbkiogbbcg |
URL Chính Thức | https://chromewebstore.google.com/detail/inair-super-bowl-2015/ighablmjgklladmcbdeknggbkiogbbcg |
Mô tả | Superbowl XLIX stream with live social network and sports statistics. |
Kích Thước Tệp | 17.33 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2015-02-01 |
Ngày Phát Hành | 2015-02-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://inair.tv |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |