Suplexed: Sneaker Release Calendar
Browse upcoming sneaker releases and get easy access to the release links.
Cos'è Suplexed: Sneaker Release Calendar?
Suplexed: Sneaker Release Calendar è un'estensione di Chrome sviluppata da http://suplexed.com, e la sua funzione principale è "Browse upcoming sneaker releases and get easy access to the release links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Suplexed: Sneaker Release Calendar
Scarica i file di estensione Suplexed: Sneaker Release Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Suplexed.com brings you the release calendar to your browser. Informazioni di Base sull'Estensione
| Nome | |
| ID | kmggcbkgkfjngaienmnolfhomgdpldmd |
| URL Ufficiale | https://chrome.google.com/webstore/detail/suplexed-sneaker-release/kmggcbkgkfjngaienmnolfhomgdpldmd |
| Descrizione | Browse upcoming sneaker releases and get easy access to the release links. |
| Dimensione del File | 1.75 MB |
| Conteggio Installazioni | 521 |
| Versione Corrente | 2.0.2.0 |
| Ultimo Aggiornamento | 2019-07-24 |
| Data di Pubblicazione | 2019-07-24 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | http://suplexed.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://suplexed.com |
| Lingue Supportate | 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
}
} | |