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 là gì?

SafeDrop Free - Supreme and Palace Helper là một tiện ích mở rộng Chrome được phát triển bởi https://safedropbot.com, và tính năng chính của nó là "SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SafeDrop Free - Supreme and Palace Helper

Tải xuống các tệp mở rộng SafeDrop Free - Supreme and Palace Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SafeDrop Free - Supreme and Palace Helper SafeDrop Free - Supreme and Palace Helper
ID cpeeoijdejkfjebiekmjcpnlnkkkcnia
URL Chính Thức https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia
Mô tả SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
Kích Thước Tệp 53.84 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 1.0.2.2
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://safedropbot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://safedropbot.com/
Ngôn Ngữ Được Hỗ Trợ 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"
}