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…

Cos'è SafeDrop Free - Supreme and Palace Helper?

SafeDrop Free - Supreme and Palace Helper è un'estensione di Chrome sviluppata da https://safedropbot.com, e la sua funzione principale è "SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SafeDrop Free - Supreme and Palace Helper

Scarica i file di estensione SafeDrop Free - Supreme and Palace Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SafeDrop Free - Supreme and Palace Helper SafeDrop Free - Supreme and Palace Helper
ID cpeeoijdejkfjebiekmjcpnlnkkkcnia
URL Ufficiale https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia
Descrizione SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
Dimensione del File 53.84 KB
Conteggio Installazioni 310
Versione Corrente 1.0.2.2
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.35/5 Totale 17 Valutazioni
Sviluppatore https://safedropbot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://safedropbot.com/
Lingue Supportate 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"
}