Slick Deals - Better Hot Deals
Better display of hot deals threads
What is Slick Deals - Better Hot Deals?
Slick Deals - Better Hot Deals is a Chrome extension developed by esobomeso, and its main feature is "Better display of hot deals threads".
Extension Screenshots
Download Slick Deals - Better Hot Deals Extension CRX File
Download Slick Deals - Better Hot Deals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | mlpgbmmimnbipemdohebjikfdmkekgak |
Official URL | https://chrome.google.com/webstore/detail/slick-deals-better-hot-de/mlpgbmmimnbipemdohebjikfdmkekgak |
Description | Better display of hot deals threads |
File Size | 88.9 KB |
Installation Count | 124 |
Current Version | 1 |
Last Updated | 2018-03-29 |
Publish Date | 2018-03-29 |
Developer | esobomeso |
Payment Type | free |
Supported Languages | 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" ] } ] } |