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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dist1 และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Penalty Fever

ดาวน์โหลดไฟล์ส่วนขยาย 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",
        "*:\/\/*\/*",
        ""
    ]
}