BLEMOS - Fut Extension
BLEMOS - Leitor de dados do EA WebApp
What is BLEMOS - Fut Extension?
BLEMOS - Fut Extension is a Chrome extension developed by blemos.dev, and its main feature is "BLEMOS - Leitor de dados do EA WebApp".
Extension Screenshots
Download BLEMOS - Fut Extension Extension CRX File
Download BLEMOS - Fut Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Permite realizar a leitura do seu clube no WebApp e assim carregar um novo dashboard com consulta de preços de todas as suas cartas no clube, lista de transferência, metas e elenco ativo. Atualizado para o FIFA 23. Habilita o lance infinito no WebApp. Agora também será possível acompanhar seu clube pelo celular.
Extension Basic Information
Name | BLEMOS - Fut Extension |
ID | gfiioepokinelflkhjpdlddhihblcmip |
Official URL | https://chromewebstore.google.com/detail/blemos-fut-extension/gfiioepokinelflkhjpdlddhihblcmip |
Description | BLEMOS - Leitor de dados do EA WebApp |
File Size | 1.79 MB |
Installation Count | 37 |
Current Version | 2.0.9 |
Last Updated | 2022-09-29 |
Publish Date | 2021-10-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | blemos.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://fut-store-dashboard.web.app |
Help Page URL | https://fut-store-dashboard.web.app |
Privacy Policy Page URL | https://fut-store-dashboard.web.app/privacy |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BLEMOS - Fut Extension", "version": "2.0.9", "description": "BLEMOS - Leitor de dados do EA WebApp", "manifest_version": 2, "permissions": [ "storage", "tabs", "https:\/\/*.easports.com\/*", "https:\/\/*.ea.com\/*", "https:\/\/fut-store-dashboard.firebaseapp.com\/*", "https:\/\/fut-store-dashboard.web.app\/*", "https:\/\/*.futbin.com\/*" ], "icons": { "16": "images\/ico16.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/ico16.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } }, "externally_connectable": { "matches": [ "http:\/\/localhost:8080\/*", "https:\/\/fut-store-dashboard.firebaseapp.com\/", "https:\/\/fut-store-dashboard.web.app\/" ] }, "content_scripts": [ { "all_frames": true, "js": [ "js\/proxy.js", "js\/loader_hook.js", "js\/content.js" ], "matches": [ "*:\/\/*.easports.com\/*", "*:\/\/*.ea.com\/*", "*:\/\/fut-store-dashboard.firebaseapp.com\/*", "*:\/\/fut-store-dashboard.web.app\/*", "http:\/\/localhost:8080\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/hook.js", "js\/id.js", "js\/jquery.mobile-1.4.5.min.js" ] } |