Bot Auto Copy Host

Copy EveryThing

Qu'est-ce que Bot Auto Copy Host ?

Bot Auto Copy Host est une extension Chrome développée par Unknown, et sa fonction principale est "Copy EveryThing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bot Auto Copy Host

Téléchargez les fichiers d'extension Bot Auto Copy Host au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bot Auto Copy Host Bot Auto Copy Host
ID bheaicejbjfgeobddcbbijcndbnpnpcf
URL Officiel https://chromewebstore.google.com/detail/bot-auto-copy-host/bheaicejbjfgeobddcbbijcndbnpnpcf
Description Copy EveryThing
Taille du Fichier 51.22 KB
Nombre d'Installations 142
Version Actuelle 1.2
Dernière Mise à Jour 2021-10-27
Date de Publication 2021-10-21
Évaluation 3.00/5 Total 1 Évaluations
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}