Choozit Firefox

Examine source code of Choozit

Inspect and view changes in Choozit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Chooz'it",
  "description": "Chooz'it, 1er comparateur d'annonces en ligne.",
  "version": "1.153.2",
  "manifest_version": 2,
  "icons": {
    "16": "./assets/images/icon-16x16.png",
    "32": "./assets/images/icon-32x32.png",
    "48": "./assets/images/icon-48x48.png",
    "128": "./assets/images/icon-128x128.png"
  },
  "background": {
    "scripts": [
      "./src/extension/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "*.png",
    "assets/json/selectors.json",
    "services/*.js",
    "src/extension/external_script.js"
  ],
  "browser_action": {
    "default_popup": "./src/html/popup.html",
    "default_icon": {
      "16": "./assets/images/icon-16x16.png",
      "32": "./assets/images/icon-32x32.png",
      "48": "./assets/images/icon-48x48.png",
      "128": "./assets/images/icon-128x128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./src/helpers/selectors.js"
      ]
    }
  ],
  "options_ui": {
    "page": "./src/html/options.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "scripting",
    "tabs",
    "notifications"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1702fa9-23b2-4632-aee3-49d06a198e56}",
      "strict_min_version": "42.0"
    }
  }
}

Best Choozit Alternatives

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