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 là gì?
Penalty Fever là một tiện ích mở rộng Chrome được phát triển bởi dist1, và tính năng chính của nó là "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!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Penalty Fever
Tải xuống các tệp mở rộng Penalty Fever dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bbiajckdbggocimmeeegjdpbbfdlhohf |
URL Chính Thức | https://chrome.google.com/webstore/detail/penalty-fever/bbiajckdbggocimmeeegjdpbbfdlhohf |
Mô tả | 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! |
Kích Thước Tệp | 1.05 MB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-01-30 |
Ngày Phát Hành | 2019-01-25 |
Nhà Phát Triển | dist1 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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", "*:\/\/*\/*", " |