Suplexed: Sneaker Release Calendar
Browse upcoming sneaker releases and get easy access to the release links.
Qu'est-ce que Suplexed: Sneaker Release Calendar ?
Suplexed: Sneaker Release Calendar est une extension Chrome développée par http://suplexed.com, et sa fonction principale est "Browse upcoming sneaker releases and get easy access to the release links.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Suplexed: Sneaker Release Calendar
Téléchargez les fichiers d'extension Suplexed: Sneaker Release Calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Suplexed.com brings you the release calendar to your browser.
Informations de Base sur l'Extension
Nom | |
ID | kmggcbkgkfjngaienmnolfhomgdpldmd |
URL Officiel | https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd |
Description | Browse upcoming sneaker releases and get easy access to the release links. |
Taille du Fichier | 1.75 MB |
Nombre d'Installations | 521 |
Version Actuelle | 2.0.2.0 |
Dernière Mise à Jour | 2019-07-24 |
Date de Publication | 2019-07-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://suplexed.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://suplexed.com |
Langues Prises en Charge | 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 } } |