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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |