SafeDrop Free - Supreme and Palace Helper
SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
SafeDrop Free - Supreme and Palace Helper란 무엇입니까?
SafeDrop Free - Supreme and Palace Helper은(는) https://safedropbot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…"입니다.
확장 프로그램 스크린샷
SafeDrop Free - Supreme and Palace Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the time, so you can see immediately, which items are sold out - on Palace we added prices for sold out items too - all transitions on Supreme are deleted - you save time during hard drops FULL VERSION COMING SOON FOR ONLY $39.99
확장 프로그램 기본 정보
이름 | |
ID | cpeeoijdejkfjebiekmjcpnlnkkkcnia |
공식 URL | https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia |
설명 | SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the… |
파일 크기 | 53.84 KB |
설치 횟수 | 310 |
현재 버전 | 1.0.2.2 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.35/5 총 17 개의 평점 |
개발자 | https://safedropbot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://safedropbot.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [], "manifest_version": 2, "name": "SafeDrop Free - Supreme and Palace Helper", "icons": { "128": "icons\/safedrop.png", "48": "icons\/safedrop.png", "16": "icons\/safedrop.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/palace.js" ], "matches": [ "*:\/\/shop.palaceskateboards.com\/*", "*:\/\/shop-usa.palaceskateboards.com\/*" ], "run_at": "document_end" }, { "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/supreme.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/shop\/*", "*:\/\/www.supremenewyork.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/supreme.css" ], "matches": [ "*:\/\/www.supremenewyork.com\/*" ] }, { "css": [ "css\/palace.css" ], "matches": [ "*:\/\/*.palaceskateboards.com\/*" ] } ], "version": "1.0.2.2", "version_name": "1.0.2.2" } |