Q-Helper - Quora Marketing and Data Tool

Q-Helper - Quora Marketing and Data Tool

The ultimate Quora marketing tool, providing valuable insights and data

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Q-Helper - Quora Marketing and Data Tool",
  "description": "The ultimate Quora marketing tool, providing valuable insights and data",
  "version": "1.0.1",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.quora.com/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {},
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://boostextensions.com/qhelper/*"
  ]
}