Atfos

Atfos: x999 tool.

Atfos란 무엇입니까?

Atfos은(는) getatfos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Atfos: x999 tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Atfos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Atfos stands for Automated Tool For Sculping. Main purpose is to help traders to perform daily sculping on the Libertex platform.
Atfos uses our own developed AI (artificial intelligence) algorithms. 

Key features:
1. Automated trading - buy/sell
2. Trading based on signals
3. Trading session never expires
4. Deal rescue: it will not let your deal "drown" reducing loses.
5. A set of automated deals in row based on specified take profit.
6. Fine tuning of each and every aspect of trading.

Atfoms comes absolutely free* with new Libertex account registration.
* In order to get fully functional extension you are required:
1) Open libertex account using our referral link: 
2) Register your copy of extension (simply by providing your email and proof of account registration using our referral link)

You can register extension here: https://getatfos.com/es/register-extension                    

확장 프로그램 기본 정보

이름 Atfos Atfos
ID bghhijnjppimomdanalbepgmmehoonfg
공식 URL https://chromewebstore.google.com/detail/atfos/bghhijnjppimomdanalbepgmmehoonfg
설명 Atfos: x999 tool.
파일 크기 252 KB
설치 횟수 67
현재 버전 1.6.1
최근 업데이트 2023-12-08
출시 날짜 2023-12-08
평점 5.00/5 총 2 개의 평점
개발자 getatfos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getatfos.com/es/register-extension
지원되는 언어 en,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.6.1",
    "author": "Author",
    "name": "Atfos",
    "description": "Atfos: x999 tool.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/libertex.fxclub.org\/*",
                "https:\/\/app.libertex.org\/*",
                "https:\/\/libertex888.com\/*"
            ],
            "js": [
                "overlay.26adc83f.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/libertex.fxclub.org\/*",
        "https:\/\/app.libertex.org\/*",
        "https:\/\/libertex888.com\/*"
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/libertex.fxclub.org\/*",
                "https:\/\/app.libertex.org\/*",
                "https:\/\/libertex888.com\/*"
            ],
            "resources": [
                "icon-grey.4a9c8fd6.png",
                "icon.ee35ad3c.png",
                "overlay.3e96fdc0.css"
            ]
        }
    ]
}