Bot Auto Copy Host

Copy EveryThing

Apa itu Bot Auto Copy Host?

Bot Auto Copy Host adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Copy EveryThing".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bot Auto Copy Host

Unduh file ekstensi Bot Auto Copy Host 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

                        Bot Host auto trade:
 - Mục đích để dùng làm host copy giao dịch từ trang web https://quotex.io/   Khi có 1 giao dịch phát sinh sẽ tự động copy lên server cho các client sử dụng Bot copy Client follow theo. 
 - Cần được xác thực cho phép để có thể sử dụng Bot.
 - Cần có tài khoản google để có thể đăng ký.                    

Informasi Dasar Ekstensi

Nama Bot Auto Copy Host Bot Auto Copy Host
ID bheaicejbjfgeobddcbbijcndbnpnpcf
URL Resmi https://chromewebstore.google.com/detail/bot-auto-copy-host/bheaicejbjfgeobddcbbijcndbnpnpcf
Deskripsi Copy EveryThing
Ukuran File 51.22 KB
Jumlah Instalasi 142
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-10-27
Tanggal Publikasi 2021-10-21
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bot Auto Copy Host",
    "version": "1.2",
    "description": "Copy EveryThing",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Bot Auto Host",
        "default_popup": "popout.html",
        "default_icon": "bot-icon-5.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "oauth2": {
        "apiKey": "AIzaSyCQbk8-8Yx2ogM4vFX0Gzxoz6HGoVzEpuo",
        "client_id": "916121018286-jra81jt28om9ob1c6nqjkot2em01jmii.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "identity",
        "",
        "alarms",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}