vvajithk1 Firefox

Examine source code of vvajithk1

Inspect and view changes in vvajithk1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ATC",
  "version": "2.0",
  "description": "Extracts product details or attributes from any webpage with one click. XPaths can be customized in settings.",
  "permissions": [
    "tabs",
    "activeTab",
    "clipboardWrite",
    "storage",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "ATC - Click to scrape, double-click for Options"
  },
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "atc-extension@example.com",
      "strict_min_version": "126.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best vvajithk1 Alternatives

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