Suplexed: Sneaker Release Calendar

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

Co to jest Suplexed: Sneaker Release Calendar?

Suplexed: Sneaker Release Calendar to rozszerzenie Chrome opracowane przez http://suplexed.com, a jego główną funkcją jest „Browse upcoming sneaker releases and get easy access to the release links.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Suplexed: Sneaker Release Calendar

Pobierz pliki rozszerzeń Suplexed: Sneaker Release Calendar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
Oficjalny URL https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
Opis Browse upcoming sneaker releases and get easy access to the release links.
Rozmiar pliku 1.75 MB
Liczba instalacji 521
Aktualna Wersja 2.0.2.0
Ostatnia Aktualizacja 2019-07-24
Data Publikacji 2019-07-24
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://suplexed.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://suplexed.com
Obsługiwane Języki 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
    }
}