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!

Cos'è Penalty Fever?

Penalty Fever è un'estensione di Chrome sviluppata da dist1, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Penalty Fever

Scarica i file di estensione Penalty Fever in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Penalty Fever Penalty Fever
ID bbiajckdbggocimmeeegjdpbbfdlhohf
URL Ufficiale https://chrome.google.com/webstore/detail/penalty-fever/bbiajckdbggocimmeeegjdpbbfdlhohf
Descrizione 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!
Dimensione del File 1.05 MB
Conteggio Installazioni 86
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-01-30
Data di Pubblicazione 2019-01-25
Sviluppatore dist1
Tipo di Pagamento free
Lingue Supportate 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",
        "*:\/\/*\/*",
        ""
    ]
}