SuperBowl 50
NFL.com's 2016 Super Bowl 50 Live News And Updates
SuperBowl 50とは何ですか?
SuperBowl 50はHernandeによって開発されたChromeの拡張機能で、その主な機能は「NFL.com's 2016 Super Bowl 50 Live News And Updates」です。
拡張機能のスクリーンショット
SuperBowl 50拡張機能のCRXファイルをダウンロード
SuperBowl 50拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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'"
} | |