Tapicker Firefox

Examine source code of Tapicker

By: Bj88
Inspect and view changes in Tapicker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "5.16.8",
  "name": "Tapicker",
  "short_name": "Tapicker",
  "description": "Tapicker - A Web Automation Data Scraper",
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "110",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_popup": "src/app/index.html#/popup"
  },
  "background": {
    "scripts": [
      "src/background/index.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/env.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true,
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/main.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "src/app/index.html"
  ],
  "permissions": [
    "activeTab",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "debugger",
    "alarms",
    "<all_urls>"
  ],
  "optional_permissions": [
    "notifications",
    "downloads"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d95d9623-9798-41e7-88f9-3ba57381dd77}"
    }
  }
}

Best Tapicker Alternatives

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