Penalty Fever

A simple yet fun-filled penalty shoot soccer game for those who love to play more than just soccer. Choose your team and shoot on!

Penalty Feverとは何ですか?

Penalty Feverはdist1によって開発されたChromeの拡張機能で、その主な機能は「A simple yet fun-filled penalty shoot soccer game for those who love to play more than just soccer. Choose your team and shoot on!」です。

拡張機能のスクリーンショット

screenshot

Penalty Fever拡張機能のCRXファイルをダウンロード

Penalty Fever拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple yet fun-filled penalty shoot soccer game for those who love to play more than just soccer. Choose your team and shoot on!                    

拡張機能の基本情報

名前 Penalty Fever Penalty Fever
ID bbiajckdbggocimmeeegjdpbbfdlhohf
公式URL https://chrome.google.com/webstore/detail/penalty-fever/bbiajckdbggocimmeeegjdpbbfdlhohf
説明 A simple yet fun-filled penalty shoot soccer game for those who love to play more than just soccer. Choose your team and shoot on!
ファイルサイズ 1.05 MB
インストール数 86
現在のバージョン 1.0.0
最終更新日 2019-01-30
公開日 2019-01-25
開発者 dist1
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A simple yet fun-filled penalty shoot soccer game for those who love to play more than just soccer. Choose your team and shoot on!",
    "name": "Penalty Fever",
    "version": "1.0.0",
    "author": "flashfooty",
    "short_name": "Penalty Fever",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_title": "Penalty Fever",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/config.js",
            "js\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/www.flashfooty.com\/",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.cdn-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        ""
    ]
}