StreetEasy Plus

StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com

什么是StreetEasy Plus?

StreetEasy Plus是由https://polymermallard.com开发的Chrome扩展程序,该扩展的主要功能是“StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com”。

扩展截图

screenshot
screenshot
screenshot

下载StreetEasy Plus扩展crx文件

下载StreetEasy Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        StreetEasy Plus is an extension to StreetEasy.com that allows for more features such as:

 - Marking listings as viewed
 - Exclude listings from search results
 - Exclude listings from entire buildings
 - Map of nearby subway entrances
 - Map of nearby available street parking
 - Map of nearby public housing projects
 - Automatically opening floor plans
 - Hide banners and featured listings
 - Chart price activity over time with rent stabilization line 
 - "No Dog / Pets" notification

Note: This plugin has no association with StreetEasy.com, Zillow, or any of their affiliates. It's a third-party plugin created to extend/add features to StreetEasy.com designed for personal use only to assist in apartment hunting.                    

扩展基本信息

名称 StreetEasy Plus StreetEasy Plus
ID blabgegddnndfabfkcgibjomjliibapn
官方URL https://chromewebstore.google.com/detail/streeteasy-plus/blabgegddnndfabfkcgibjomjliibapn
简介 StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com
文件大小 489 KB
安装次数 2,754
当前版本 0.6.0
更新时间 2023-07-10
上架时间 2019-11-25
评分 5.00/5 共2次评分
开发者 https://polymermallard.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.polymermallard.com
帮助页面URL https://www.polymermallard.com
隐私政策页面URL https://www.polymermallard.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "panels\/popup\/index.html"
    },
    "content_scripts": [
        {
            "css": [
                "active\/style\/app\/header.css",
                "active\/style\/app\/building.css",
                "active\/style\/app\/listings.css",
                "active\/style\/app\/single.css",
                "active\/style\/app\/screen.css"
            ],
            "js": [
                "shared\/script\/vendor\/jquery\/jquery.js",
                "shared\/script\/app\/state.js",
                "shared\/script\/app\/global.js",
                "shared\/script\/app\/util.js"
            ],
            "matches": [
                "*:\/\/streeteasy.com\/*",
                "*:\/\/www.streeteasy.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "active\/script\/app\/listings.js",
                "active\/script\/app\/single.js",
                "active\/script\/app\/building.js"
            ],
            "matches": [
                "*:\/\/streeteasy.com\/*",
                "*:\/\/www.streeteasy.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "StreetEasy Plus is a third-party plugin providing additional features to StreetEasy.com",
    "homepage_url": "https:\/\/www.polymermallard.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "StreetEasy Plus",
    "permissions": [
        "storage",
        "https:\/\/streeteasy.com\/",
        "https:\/\/www.streeteasy.com\/"
    ],
    "version": "0.6.0",
    "web_accessible_resources": [
        "shared\/image\/*",
        "shared\/image\/**\/*",
        "panels\/activity-chart\/*",
        "panels\/crime-map\/*",
        "panels\/map\/*"
    ]
}