Redfin helper
This extension hides all X-out properties on redfin
What is Redfin helper?
Redfin helper is a Chrome extension developed by Tuan Nguyen, and its main feature is "This extension hides all X-out properties on redfin".
Extension Screenshots
Download Redfin helper Extension CRX File
Download Redfin helper 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 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.
Extension Basic Information
Name | |
ID | ngmgoehacndlcocjgbenkmkbdpbhchha |
Official URL | https://chrome.google.com/webstore/detail/ngmgoehacndlcocjgbenkmkbdpbhchha |
Description | This extension hides all X-out properties on redfin |
File Size | 3.82 KB |
Installation Count | 33 |
Current Version | 1.0 |
Last Updated | 2017-06-03 |
Publish Date | 2017-06-03 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Tuan Nguyen |
Payment Type | free |
Supported Languages | 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" ] } ] } |