Copy Content to FH

Copy Content to FH

Copy Content to FH

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy Content to FH",
  "version": "1.0.1",
  "description": "Copy Content to FH",
  "content_scripts": [
    {
      "matches": [
        "https://studio.faphouse.com/*"
      ],
      "js": [
        "./dist/content/index.global.js"
      ]
    }
  ],
  "icons": {
    "16": "./assets/img/logo16.png",
    "48": "./assets/img/logo48.png",
    "128": "./assets/img/logo128.png"
  },
  "host_permissions": [
    "https://studio.faphouse.com/*",
    "*://*.onlyfans.com/*",
    "*://*.fansly.com/*"
  ],
  "permissions": [
    "cookies",
    "scripting",
    "tabs"
  ],
  "manifest_version": 3,
  "action": {},
  "background": {
    "service_worker": "./dist/background/index.global.js",
    "matches": [
      "https://studio.faphouse.com/*"
    ]
  },
  "content_security_policy": {}
}