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…

¿Qué es SafeDrop Free - Supreme and Palace Helper?

SafeDrop Free - Supreme and Palace Helper es una extensión de Chrome desarrollada por https://safedropbot.com, y su función principal es "SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión SafeDrop Free - Supreme and Palace Helper

Descarga archivos de extensión SafeDrop Free - Supreme and Palace Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SafeDrop Free - Supreme and Palace Helper SafeDrop Free - Supreme and Palace Helper
ID cpeeoijdejkfjebiekmjcpnlnkkkcnia
URL Oficial https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia
Descripción SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
Tamaño del Archivo 53.84 KB
Cantidad de Instalaciones 310
Versión Actual 1.0.2.2
Última Actualización 2019-03-08
Fecha de Publicación 2019-03-08
Calificación 4.35/5 Total de 17 Calificaciones
Desarrollador https://safedropbot.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://safedropbot.com/
Idiomas Soportados 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"
}