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!
Wat is Penalty Fever?
Penalty Fever is een Chrome-extensie ontwikkeld door dist1, en de belangrijkste functie is "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!".
Extensie Screenshots
Download het CRX-bestand van de extensie Penalty Fever
Download Penalty Fever-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | bbiajckdbggocimmeeegjdpbbfdlhohf |
| Officiële URL | https://chrome.google.com/webstore/detail/penalty-fever/bbiajckdbggocimmeeegjdpbbfdlhohf |
| Beschrijving | 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! |
| Bestandsgrootte | 1.05 MB |
| Aantal Installaties | 86 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2019-01-30 |
| Publicatiedatum | 2019-01-25 |
| Ontwikkelaar | dist1 |
| Betalingswijze | free |
| Ondersteunde Talen | 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",
"*:\/\/*\/*",
" | |