Suplexed: Sneaker Release Calendar

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

Apa itu Suplexed: Sneaker Release Calendar?

Suplexed: Sneaker Release Calendar adalah ekstensi Chrome yang dikembangkan oleh http://suplexed.com, dan fitur utamanya adalah "Browse upcoming sneaker releases and get easy access to the release links.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Suplexed: Sneaker Release Calendar

Unduh file ekstensi Suplexed: Sneaker Release Calendar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
URL Resmi https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
Deskripsi Browse upcoming sneaker releases and get easy access to the release links.
Ukuran File 1.75 MB
Jumlah Instalasi 521
Versi Saat Ini 2.0.2.0
Terakhir Diperbarui 2019-07-24
Tanggal Publikasi 2019-07-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://suplexed.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://suplexed.com
Bahasa yang Didukung 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
    }
}