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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SuperBowl 50 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 SuperBowl 50 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'"
}