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 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!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Penalty Fever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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", "*:\/\/*\/*", " |