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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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",
        "*:\/\/*\/*",
        ""
    ]
}