Suplexed: Sneaker Release Calendar

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

What is Suplexed: Sneaker Release Calendar?

Suplexed: Sneaker Release Calendar is a Chrome extension developed by http://suplexed.com, and its main feature is "Browse upcoming sneaker releases and get easy access to the release links.".

Extension Screenshots

screenshot
screenshot

Download Suplexed: Sneaker Release Calendar Extension CRX File

Download Suplexed: Sneaker Release Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
Official URL https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
Description Browse upcoming sneaker releases and get easy access to the release links.
File Size 1.75 MB
Installation Count 521
Current Version 2.0.2.0
Last Updated 2019-07-24
Publish Date 2019-07-24
Rating 5.00/5 Total 1 Ratings
Developer http://suplexed.com
Email [email protected]
Payment Type free
Extension Website https://suplexed.com
Supported Languages 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
    }
}