Redfin helper
This extension hides all X-out properties on redfin
什么是Redfin helper?
Redfin helper是由Tuan Nguyen开发的Chrome扩展程序,该扩展的主要功能是“This extension hides all X-out properties on redfin”。
扩展截图
下载Redfin helper扩展crx文件
下载Redfin helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension hides properties that have been X'd-out from Redfin map. If this extension stops working, leave me a tweet @natuan. I'll take a look as soon as I can.
扩展基本信息
名称 | |
ID | ngmgoehacndlcocjgbenkmkbdpbhchha |
官方URL | https://chrome.google.com/webstore/detail/ngmgoehacndlcocjgbenkmkbdpbhchha |
简介 | This extension hides all X-out properties on redfin |
文件大小 | 3.82 KB |
安装次数 | 33 |
当前版本 | 1.0 |
更新时间 | 2017-06-03 |
上架时间 | 2017-06-03 |
评分 | 4.33/5 共3次评分 |
开发者 | Tuan Nguyen |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redfin helper", "version": "1.0", "description": "This extension hides all X-out properties on redfin", "content_scripts": [ { "matches": [ "https:\/\/*.redfin.com\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ] } |