Suplexed: Sneaker Release Calendar

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

Co je Suplexed: Sneaker Release Calendar?

Suplexed: Sneaker Release Calendar je rozšíření Chrome vyvinuté http://suplexed.com, a jeho hlavní funkcí je „Browse upcoming sneaker releases and get easy access to the release links.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Suplexed: Sneaker Release Calendar

Stáhněte si soubory rozšíření Suplexed: Sneaker Release Calendar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
Oficiální URL https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
Popis Browse upcoming sneaker releases and get easy access to the release links.
Velikost souboru 1.75 MB
Počet instalací 521
Aktuální Verze 2.0.2.0
Poslední Aktualizace 2019-07-24
Datum Vydání 2019-07-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://suplexed.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://suplexed.com
Podporované Jazyky 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
    }
}