Suplexed: Sneaker Release Calendar

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

Suplexed: Sneaker Release Calendar क्या है?

Suplexed: Sneaker Release Calendar http://suplexed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse upcoming sneaker releases and get easy access to the release links."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Suplexed: Sneaker Release Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Suplexed: Sneaker Release Calendar Suplexed: Sneaker Release Calendar
ID kmggcbkgkfjngaienmnolfhomgdpldmd
आधिकारिक URL https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd
विवरण Browse upcoming sneaker releases and get easy access to the release links.
फ़ाइल का आकार 1.75 MB
स्थापना संख्या 521
वर्तमान संस्करण 2.0.2.0
अंतिम अपडेट 2019-07-24
प्रकाशन तिथि 2019-07-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://suplexed.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://suplexed.com
समर्थित भाषाएँ 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
    }
}