Suplexed: Sneaker Release Calendar

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

Τι είναι το Suplexed: Sneaker Release Calendar;

Το Suplexed: Sneaker Release Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://suplexed.com, και η κύρια λειτουργία του είναι "Browse upcoming sneaker releases and get easy access to the release links.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Suplexed: Sneaker Release Calendar

Λήψη αρχείων επέκτασης Suplexed: Sneaker Release Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
    }
}