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文件
下载Slick Deals - Better Hot Deals扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |