Dropbot Supreme

Supreme Bot

What is Dropbot Supreme?

Dropbot Supreme is a Chrome extension developed by http://dropbot.fr, and its main feature is "Supreme Bot".

Extension Screenshots

screenshot

Download Dropbot Supreme Extension CRX File

Download Dropbot Supreme 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

                        Dropbot Supreme
Plus d'info à https://www.dropbot.fr                    

Extension Basic Information

Name Dropbot Supreme Dropbot Supreme
ID ecdbgcbpcodbempkbkoelmbnejphdcfa
Official URL https://chrome.google.com/webstore/detail/dropbot-supreme/ecdbgcbpcodbempkbkoelmbnejphdcfa
Description Supreme Bot
File Size 1.28 MB
Installation Count 22
Current Version 10.0.2
Last Updated 2019-05-06
Publish Date 2019-05-06
Rating 5.00/5 Total 2 Ratings
Developer http://dropbot.fr
Email [email protected]
Payment Type in_app
Extension Website https://dropbot.fr
Help Page URL https://dropbot.fr
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dropbot Supreme",
    "description": "Supreme Bot",
    "version": "10.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html?popup=true",
        "default_icon": "assets\/img\/icon.png"
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "activeTab",
        "contentSettings",
        "cookies",
        "storage",
        "webNavigation",
        "background",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.supremenewyork.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/api.dropbot.fr\/*",
        "http:\/\/www.supremenewyork.com\/mobile_stock.json",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.supremenewyork.com\/*"
            ],
            "js": [
                "extension.js"
            ]
        }
    ]
}