Suplexed: Sneaker Release Calendar

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

O que é Suplexed: Sneaker Release Calendar?

Suplexed: Sneaker Release Calendar é uma extensão do Chrome desenvolvida por http://suplexed.com, e sua principal característica é "Browse upcoming sneaker releases and get easy access to the release links.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Suplexed: Sneaker Release Calendar

Baixe arquivos de extensão Suplexed: Sneaker Release Calendar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
URL Oficial https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
Descrição Browse upcoming sneaker releases and get easy access to the release links.
Tamanho do Arquivo 1.75 MB
Contagem de Instalações 521
Versão Atual 2.0.2.0
Última Atualização 2019-07-24
Data de Publicação 2019-07-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://suplexed.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://suplexed.com
Idiomas Suportados 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
    }
}