Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Zillow Redfin Realtor Real Estate Supercharge",
"description": "Help you make an informed real estate decision by showing extra data like nearby Natural Hazards and Crimes.",
"version": "4.1.3",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup\/popup.html"
},
"icons": {
"16": "images\/homeluten_logo.png",
"32": "images\/homeluten_logo.png",
"48": "images\/homeluten_logo.png",
"128": "images\/homeluten_logo.png",
"512": "images\/homeluten_logo.png"
},
"author": "Homeluten",
"web_accessible_resources": [
{
"resources": [
"lib\/jquery.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"host_permissions": [
"https:\/\/*.redfin.com\/*",
"https:\/\/*.zillow.com\/*",
"https:\/\/*.realtor.com\/*"
],
"options_page": "\/options\/options.html",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.redfin.com\/*"
],
"css": [
"\/dest\/homeluten-bootstrap.css",
"\/styles\/container.css",
"\/styles\/stars.css"
],
"all_frames": true,
"js": [
"\/lib\/jquery.js",
"\/lib\/bootstrap.js",
"\/lib\/hammer.js",
"\/lib\/chart.js",
"\/lib\/chart-plugin-zoom.js",
"\/utils\/utils.js",
"\/utils\/main_world_connector.js",
"\/vendors\/crimeometer\/iconconfig.js",
"\/components\/card.js",
"\/components\/paper_bidding.js",
"\/domains\/common\/common.js",
"\/domains\/common\/listing_page.js",
"\/dist\/firebase_bundle.js",
"\/homeluten.js"
]
},
{
"matches": [
"https:\/\/*.zillow.com\/*",
"https:\/\/*.realtor.com\/*"
],
"css": [
"\/dest\/homeluten-bootstrap.css",
"\/styles\/container.css",
"\/styles\/stars.css"
],
"all_frames": true,
"js": [
"\/lib\/jquery.js",
"\/lib\/bootstrap.js",
"\/lib\/hammer.js",
"\/lib\/chart.js",
"\/lib\/chart-plugin-zoom.js",
"\/utils\/utils.js",
"\/components\/card.js",
"\/components\/paper_bidding.js",
"\/domains\/common\/common.js",
"\/domains\/common\/listing_page.js",
"\/dist\/firebase_bundle.js",
"\/homeluten.js"
]
}
]
}