Brazzers - TWEAKED

Brazzers - TWEAKED

View many short scenes without limits and links to download FULL scenes from torrentz2.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Brazzers - TWEAKED",
  "version": "0.5",
  "description": "View many short scenes without limits and links to download FULL scenes from torrentz2.",
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/zz-16.png",
      "32": "images/zz-32.png",
      "48": "images/zz-48.png",
      "128": "images/zz-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.brazzers.com/*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "startScript.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://www.brazzers.com/*"
      ],
      "js": [
        "jquery-3.4.1.min.js",
        "endScript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/zz-16.png",
    "32": "images/zz-32.png",
    "48": "images/zz-48.png",
    "128": "images/zz-128.png"
  },
  "web_accessible_resources": [
    "images/torrentz2_16.png"
  ]
}