Dcard Pixel Helper

Dcard Pixel Helper

Dcard Pixel Helper works in the background to instantly check whether the Pixel is correctly installed on the website, and provide…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.712ba0d7.png",
    "32": "icon32.plasmo.e4ff5c22.png",
    "48": "icon48.plasmo.7bbcbf06.png",
    "64": "icon64.plasmo.c6acb0d7.png",
    "128": "icon128.plasmo.7195d1bb.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.712ba0d7.png",
      "32": "icon32.plasmo.e4ff5c22.png",
      "48": "icon48.plasmo.7bbcbf06.png",
      "64": "icon64.plasmo.c6acb0d7.png",
      "128": "icon128.plasmo.7195d1bb.png"
    },
    "default_popup": "popup.html"
  },
  "version": "0.0.4",
  "name": "Dcard Pixel Helper",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "webRequest",
    "webNavigation",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "parseHTMLContent.732277a2.js"
      ],
      "all_frames": true,
      "exclude_matches": [
        "*://*.dcard.tw/*",
        "*://*.dcard.io/*"
      ],
      "run_at": "document_start",
      "css": []
    }
  ],
  "host_permissions": [
    "https://*/*"
  ]
}