OnlyPlus

OnlyPlus

Adds smiley chat panel Displays fan buys Displays bought/sent photos in vault with price tag Ability to create communication…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OnlyPlus",
  "version": "1.4",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "cookies"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/icon_1.svg",
        "img/icon_2.svg",
        "img/icon_3.svg",
        "img/icon_4.svg",
        "img/icon_5.svg",
        "img/icon_6.svg",
        "img/icon_7.svg",
        "img/logo.svg",
        "icons/dollar.png",
        "icons/sent.png",
        "img/preloader.gif"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "rpanel.js"
      ],
      "css": [
        "css/fix.css",
        "css/onlyfans.css",
        "css/panel.css"
      ],
      "fonts": [
        "Roboto-Bold.woff",
        "Roboto-Bold.woff2",
        "Roboto-Regular.woff",
        "Roboto-Regular.woff2"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "sent_items.js",
        "jquery-3.6.0.js",
        "jquery-ui.min.js",
        "interact.min.js"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "dial_balances.js",
        "library.js"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "mp.js"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "phrases.js"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "mouse.js"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "crypto-js.js"
      ]
    },
    {
      "matches": [
        "https://onlyfans.com/*"
      ],
      "js": [
        "onl_u.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/128x128.png",
    "32": "icons/128x128.png",
    "48": "icons/128x128.png",
    "128": "icons/128x128.png"
  }
}