FutSnip
This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .
FutSnip là gì?
FutSnip là một tiện ích mở rộng Chrome được phát triển bởi futsnipx, và tính năng chính của nó là "This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .".
Ả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 FutSnip
Tải xuống các tệp mở rộng FutSnip 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
This Extensions will save you tons of time and help you doing most operation of FIFA Ultimate Team(FUT21) in-game purchases using shortcuts . The FutSnip Toolbar extension will help you to trade with ease at the FIFA Ultimate Team(FUT21) Transfermarket!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FutSnip |
ID | cmgfkddlibekfdaedeaacpbelijmmlnn |
URL Chính Thức | https://chromewebstore.google.com/detail/futsnip/cmgfkddlibekfdaedeaacpbelijmmlnn |
Mô tả | This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts . |
Kích Thước Tệp | 64.59 KB |
Số Lần Cài Đặt | 126 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2020-12-05 |
Ngày Phát Hành | 2020-12-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | futsnipx |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FutSnip", "description": "This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts . ", "version": "0.1.0", "manifest_version": 2, "icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" }, "background": { "scripts": [ "scripts\/CryptoJs-aes.js", "scripts\/background.js" ] }, "browser_action": { "default_popup": ".\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*" ], "js": [ "scripts\/virtualpointer.js", "scripts\/mousetrap.js", "scripts\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [], "content_security_policy": "script-src 'self' https:\/\/firestore.googleapis.com https:\/\/cdn.firebase.com https:\/\/www.gstatic.com; object-src 'self'" } |