WebExtension.net
WebExtension.net

Lordify

View on Chrome Web Store
View Lordify Chrome Extension on Chrome Web Store
0.0 (0 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Make yourself into a landlord by calculating the expected return on investment for any property on Zillow.
Type
Extension
Users
6 users
Derek Fulton
View author page of Derek Fulton
Published
Published on September 10, 2024
Version 0.6
Manifest version
3
Updated
Updated on November 4, 2024
View on Chrome Web Store
View Lordify Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lordify",
    "description": "Make yourself into a landlord by calculating the expected return on investment for any property on Zillow.",
    "homepage_url": "https:\/\/github.com\/llagerlof\/fresh-chrome-extension",
    "version": "0.6",
    "manifest_version": 3,
    "action": {
        "default_title": "Lordify",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "before.js"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ]
        },
        {
            "run_at": "document_idle",
            "js": [
                "after2.js"
            ],
            "matches": [
                "https:\/\/www.zillow.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.zillow.com\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top