SafeDrop Free - Supreme and Palace Helper

SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…

Co to jest SafeDrop Free - Supreme and Palace Helper?

SafeDrop Free - Supreme and Palace Helper to rozszerzenie Chrome opracowane przez https://safedropbot.com, a jego główną funkcją jest „SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia SafeDrop Free - Supreme and Palace Helper

Pobierz pliki rozszerzeń SafeDrop Free - Supreme and Palace Helper 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

                        SafeDrop Free main features:
- improved readability and clarity on Supreme and Palace sites
- added sold out tags visible all the time, so you can see immediately, which items are sold out
- on Palace we added prices for sold out items too
- all transitions on Supreme are deleted - you save time during hard drops
FULL VERSION COMING SOON FOR ONLY $39.99                    

Podstawowe informacje o rozszerzeniu

Nazwa SafeDrop Free - Supreme and Palace Helper SafeDrop Free - Supreme and Palace Helper
ID cpeeoijdejkfjebiekmjcpnlnkkkcnia
Oficjalny URL https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia
Opis SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
Rozmiar pliku 53.84 KB
Liczba instalacji 310
Aktualna Wersja 1.0.2.2
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 4.35/5 Łącznie 17 Oceny
Deweloper https://safedropbot.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://safedropbot.com/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [],
    "manifest_version": 2,
    "name": "SafeDrop Free - Supreme and Palace Helper",
    "icons": {
        "128": "icons\/safedrop.png",
        "48": "icons\/safedrop.png",
        "16": "icons\/safedrop.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/lib\/jquery-3.3.1.min.js",
                "js\/palace.js"
            ],
            "matches": [
                "*:\/\/shop.palaceskateboards.com\/*",
                "*:\/\/shop-usa.palaceskateboards.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/lib\/jquery-3.3.1.min.js",
                "js\/supreme.js"
            ],
            "matches": [
                "*:\/\/www.supremenewyork.com\/shop\/*",
                "*:\/\/www.supremenewyork.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/supreme.css"
            ],
            "matches": [
                "*:\/\/www.supremenewyork.com\/*"
            ]
        },
        {
            "css": [
                "css\/palace.css"
            ],
            "matches": [
                "*:\/\/*.palaceskateboards.com\/*"
            ]
        }
    ],
    "version": "1.0.2.2",
    "version_name": "1.0.2.2"
}