Dislike Return - Pro

Dislike Return - Pro

A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "css": [
        "content-style.css"
      ],
      "js": [
        "content-script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "A powerful tool designed to enhance your browsing experience by providing advanced features related to dislikes",
  "externally_connectable": {
    "matches": [
      "*://*.youtube.com/*"
    ]
  },
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Dislike Return - Pro",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6",
  "web_accessible_resources": [
    {
      "resources": [
        "injected_content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}