FUTSNIPER
Snipe your players on fifa21 webapp!
FUTSNIPERとは何ですか?
FUTSNIPERはGDevによって開発されたChromeの拡張機能で、その主な機能は「Snipe your players on fifa21 webapp!」です。
拡張機能のスクリーンショット
FUTSNIPER拡張機能のCRXファイルをダウンロード
FUTSNIPER拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy sniping for Fifa Web App 21. Futinator can do the work for you like buying, bidding or listing (Quick Buy, Search, Change Price). Snipe faster than others!
拡張機能の基本情報
名前 | |
ID | hamifiodipokjopgfjbbbmdhkjbbpmej |
公式URL | https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej |
説明 | Snipe your players on fifa21 webapp! |
ファイルサイズ | 106 KB |
インストール数 | 258 |
現在のバージョン | 1.0 |
最終更新日 | 2021-01-27 |
公開日 | 2020-11-21 |
評価 | 1.00/5 合計 6 レビュー |
開発者 | GDev |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://t.me/futsniper1 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTSNIPER", "version": "1.0", "description": "Snipe your players on fifa21 webapp!", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/it-it\/fifa\/ultimate-team\/web-app\/" ], "js": [ "content.js", "jquery-3.5.1.min.js" ] } ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "manifest_version": 2 } |