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…

什么是SafeDrop Free - Supreme and Palace Helper?

SafeDrop Free - Supreme and Palace Helper是由https://safedropbot.com开发的Chrome扩展程序,该扩展的主要功能是“SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SafeDrop Free - Supreme and Palace Helper扩展crx文件

下载SafeDrop Free - Supreme and Palace Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 SafeDrop Free - Supreme and Palace Helper SafeDrop Free - Supreme and Palace Helper
ID cpeeoijdejkfjebiekmjcpnlnkkkcnia
官方URL https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia
简介 SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
文件大小 53.84 KB
安装次数 310
当前版本 1.0.2.2
更新时间 2019-03-08
上架时间 2019-03-08
评分 4.35/5 共17次评分
开发者 https://safedropbot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://safedropbot.com/
支持的语言 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"
}