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開發的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擴展crx文件
下載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!
擴展基本資訊
名稱 | |
ID | bbiajckdbggocimmeeegjdpbbfdlhohf |
官方網址 | 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", "*:\/\/*\/*", " |