Elite Autobuyer NN

Extensão para ativar as ações do Elite Autobuyer NN no Chrome

Elite Autobuyer NN란 무엇입니까?

Elite Autobuyer NN은(는) https://www.autobuyernn.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensão para ativar as ações do Elite Autobuyer NN no Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Elite Autobuyer NN 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Com esse Add-on será possível que o Elite Autobuyer faça as ações dentro do WebApp do Fifa 20. Basicamente é a maneira mais prática e direta do programa se "comunicar" com o navegador.                    

확장 프로그램 기본 정보

이름 Elite Autobuyer NN Elite Autobuyer NN
ID cbbmmideabplmkppgkmhlphmehonohdh
공식 URL https://chromewebstore.google.com/detail/elite-autobuyer-nn/cbbmmideabplmkppgkmhlphmehonohdh
설명 Extensão para ativar as ações do Elite Autobuyer NN no Chrome
파일 크기 52.1 KB
설치 횟수 113
현재 버전 1.0.0.18
최근 업데이트 2020-03-22
출시 날짜 2020-03-19
개발자 https://www.autobuyernn.com
결제 유형 free
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "js": [
                "msgport.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Extens\u00e3o para ativar as a\u00e7\u00f5es do Elite Autobuyer NN no Chrome",
    "icons": {
        "128": "Softomotive_128.png",
        "32": "Softomotive_32.png",
        "48": "Softomotive_48.png",
        "64": "Softomotive_64.png",
        "96": "Softomotive_96.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "50.0",
    "name": "Elite Autobuyer NN",
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "browsingData",
        "nativeMessaging",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.18"
}