Dropbot Supreme

Supreme Bot

ما هو Dropbot Supreme؟

Dropbot Supreme هو إضافة Chrome تم تطويرها بواسطة http://dropbot.fr، والميزة الرئيسية لها هي "Supreme Bot".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dropbot Supreme

قم بتنزيل ملفات الامتداد Dropbot Supreme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Dropbot Supreme Dropbot Supreme
ID ecdbgcbpcodbempkbkoelmbnejphdcfa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dropbot-supreme/ecdbgcbpcodbempkbkoelmbnejphdcfa
الوصف Supreme Bot
حجم الملف 1.28 MB
عدد التثبيتات 22
النسخة الحالية 10.0.2
آخر تحديث 2019-05-06
تاريخ النشر 2019-05-06
تقييم 5.00/5 مجموع تقييمات 2
المطور http://dropbot.fr
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://dropbot.fr
عنوان صفحة المساعدة https://dropbot.fr
اللغات المدعومة 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"
            ]
        }
    ]
}