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