Bot Auto Copy Host

Copy EveryThing

What is Bot Auto Copy Host?

Bot Auto Copy Host is a Chrome extension developed by Unknown, and its main feature is "Copy EveryThing".

Extension Screenshots

screenshot

Download Bot Auto Copy Host Extension CRX File

Download Bot Auto Copy Host 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

                        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ý.                    

Extension Basic Information

Name Bot Auto Copy Host Bot Auto Copy Host
ID bheaicejbjfgeobddcbbijcndbnpnpcf
Official URL https://chromewebstore.google.com/detail/bot-auto-copy-host/bheaicejbjfgeobddcbbijcndbnpnpcf
Description Copy EveryThing
File Size 51.22 KB
Installation Count 142
Current Version 1.2
Last Updated 2021-10-27
Publish Date 2021-10-21
Rating 3.00/5 Total 1 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}