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
公式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"
            ]
        }
    ]
}