Dropbot Supreme
Supreme Bot
Co to jest Dropbot Supreme?
Dropbot Supreme to rozszerzenie Chrome opracowane przez http://dropbot.fr, a jego główną funkcją jest „Supreme Bot”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dropbot Supreme
Pobierz pliki rozszerzeń Dropbot Supreme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Dropbot Supreme Plus d'info à https://www.dropbot.fr
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ecdbgcbpcodbempkbkoelmbnejphdcfa |
Oficjalny URL | https://chrome.google.com/webstore/detail/dropbot-supreme/ecdbgcbpcodbempkbkoelmbnejphdcfa |
Opis | Supreme Bot |
Rozmiar pliku | 1.28 MB |
Liczba instalacji | 22 |
Aktualna Wersja | 10.0.2 |
Ostatnia Aktualizacja | 2019-05-06 |
Data Publikacji | 2019-05-06 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | http://dropbot.fr |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://dropbot.fr |
Adres URL Strony Pomocy | https://dropbot.fr |
Obsługiwane Języki | 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" ] } ] } |