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.".
Снимки экрана расширения
Скачать файл CRX расширения Suplexed: Sneaker Release Calendar
Скачайте файлы расширений Suplexed: Sneaker Release Calendar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Suplexed.com brings you the release calendar to your browser.
Основная информация о расширении
Название | |
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 } } |