Whittle Firefox

Examine source code of Whittle

Inspect and view changes in Whittle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Whittle",
  "description": "Create a hide list of homes that you don't want to see in your searches anymore. Whittle them away!",
  "version": "0.4.2",
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "compiled/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.zillow.com/*",
        "*://*.redfin.com/*",
        "*://*.trulia.com/*",
        "*://*.realtor.com/*"
      ],
      "js": [
        "compiled/content_script.js"
      ]
    },
    {
      "matches": [
        "*://*.zillow.com/*",
        "*://*.redfin.com/*",
        "*://*.trulia.com/*",
        "*://*.realtor.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "compiled/apply.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "compiled/fetch.js",
    "whittle-logo.png"
  ]
}

Best Whittle Alternatives

Here are some Firefox add-ons that are similar to Whittle: