Slick Deals - Better Hot Deals
Better display of hot deals threads
Slick Deals - Better Hot Deals란 무엇입니까?
Slick Deals - Better Hot Deals은(는) esobomeso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better display of hot deals threads"입니다.
확장 프로그램 스크린샷
Slick Deals - Better Hot Deals 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is for slickdeals.net and it will show a flowing list of "hot deals" along with pictures. It only works when you: 1) Use "old theme" in slickdeals 2) Visit https://slickdeals.net/forums/filtered/?f=9&order=desc&pp=20&sort=threadstarted&icid=filtered_user to activate the extension.
확장 프로그램 기본 정보
이름 | |
ID | mlpgbmmimnbipemdohebjikfdmkekgak |
공식 URL | https://chrome.google.com/webstore/detail/slick-deals-better-hot-de/mlpgbmmimnbipemdohebjikfdmkekgak |
설명 | Better display of hot deals threads |
파일 크기 | 88.9 KB |
설치 횟수 | 124 |
현재 버전 | 1 |
최근 업데이트 | 2018-03-29 |
출시 날짜 | 2018-03-29 |
개발자 | esobomeso |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slick Deals - Better Hot Deals", "description": "Better display of hot deals threads", "version": "1", "manifest_version": 2, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/slickdeals.net\/forums\/filtered\/?f=9*" ], "js": [ "jquery.js", "slickdeals.js" ] } ] } |