SuperBowl 50
NFL.com's 2016 Super Bowl 50 Live News And Updates
SuperBowl 50คืออะไร?
SuperBowl 50 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hernande และคุณลักษณะหลักของมันคือ "NFL.com's 2016 Super Bowl 50 Live News And Updates"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperBowl 50
ดาวน์โหลดไฟล์ส่วนขยาย SuperBowl 50 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SuperBowl 50 |
ID | mmcgdcnajcopjkkggjpkndphmfbkbadi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/superbowl-50/mmcgdcnajcopjkkggjpkndphmfbkbadi |
คำอธิบาย | NFL.com's 2016 Super Bowl 50 Live News And Updates |
ขนาดไฟล์ | 124 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-02-05 |
วันที่เผยแพร่ | 2016-02-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Hernande |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SuperBowl 50", "version": "1.0.1", "description": "NFL.com's 2016 Super Bowl 50 Live News And Updates", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "SuperBowl 50", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-1.9.1.min.js", "js\/common.js", "js\/e5d7injected.js", "js\/4877cry.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |