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”。

擴展截圖

screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Redfin helper Redfin helper
ID ngmgoehacndlcocjgbenkmkbdpbhchha
官方網址 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"
            ]
        }
    ]
}