Suplexed: Sneaker Release Calendar

Browse upcoming sneaker releases and get easy access to the release links.

Suplexed: Sneaker Release Calendar là gì?

Suplexed: Sneaker Release Calendar là một tiện ích mở rộng Chrome được phát triển bởi http://suplexed.com, và tính năng chính của nó là "Browse upcoming sneaker releases and get easy access to the release links.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Suplexed: Sneaker Release Calendar

Tải xuống các tệp mở rộng Suplexed: Sneaker Release Calendar 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

                        Suplexed.com brings you the release calendar to your browser.                    

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

Tên Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
URL Chính Thức https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
Mô tả Browse upcoming sneaker releases and get easy access to the release links.
Kích Thước Tệp 1.75 MB
Số Lần Cài Đặt 521
Phiên Bản Hiện Tại 2.0.2.0
Cập Nhật Lần Cuối 2019-07-24
Ngày Phát Hành 2019-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://suplexed.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://suplexed.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon-19.png",
            "38": "assets\/icons\/icon-38.png"
        },
        "default_title": "Suplexed: Sneaker Release Calendar"
    },
    "chrome_url_overrides": {
        "newtab": "tabs.html"
    },
    "description": "Browse upcoming sneaker releases and get easy access to the release links.",
    "icons": {
        "128": "assets\/icons\/icon-128.png",
        "16": "assets\/icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "Suplexed: Sneaker Release Calendar",
    "short_name": " Suplexed",
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "activeTab"
    ],
    "version": "2.0.2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}