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!

O que é Penalty Fever?

Penalty Fever é uma extensão do Chrome desenvolvida por dist1, e sua principal característica é "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!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Penalty Fever

Baixe arquivos de extensão Penalty Fever no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Penalty Fever Penalty Fever
ID bbiajckdbggocimmeeegjdpbbfdlhohf
URL Oficial https://chrome.google.com/webstore/detail/penalty-fever/bbiajckdbggocimmeeegjdpbbfdlhohf
Descrição 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!
Tamanho do Arquivo 1.05 MB
Contagem de Instalações 86
Versão Atual 1.0.0
Última Atualização 2019-01-30
Data de Publicação 2019-01-25
Desenvolvedor dist1
Tipo de Pagamento free
Idiomas Suportados 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",
        "*:\/\/*\/*",
        ""
    ]
}