FUT Helper
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
Apa itu FUT Helper?
FUT Helper adalah ekstensi Chrome yang dikembangkan oleh p.mykhailov, dan fitur utamanya adalah "This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FUT Helper
Unduh file ekstensi FUT Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate convinient keys and then use keyboard instead of mouse
Informasi Dasar Ekstensi
Nama | |
ID | icdicpefgeajbmigaodojedcdljlnkln |
URL Resmi | https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln |
Deskripsi | This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate… |
Ukuran File | 7.68 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2022-02-01 |
Tanggal Publikasi | 2019-11-12 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | p.mykhailov |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FUT Helper", "short_name": "FH", "version": "1.1.4", "content_scripts": [ { "matches": [ "*:\/\/www.easports.com\/fifa\/ultimate-team\/web-app\/*", "*:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*" ], "js": [ "content.js" ], "css": [] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon.png", "48": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [], "browser_action": { "default_title": "FUT Helper", "default_popup": "popup.html" } } |