Show Youtube Dislike Counter | YouDisLike

Show Youtube Dislike Counter | YouDisLike

Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.6",
  "manifest_version": 3,
  "background": {
    "service_worker": "ServiceWorker.js"
  },
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "*://*.youtube.com/*",
    "https://app-how-to-use-it.com/*",
    "https://app-how-to-use-it.com/wp-json/wl/v1/selectors"
  ],
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://youtube.com/*",
        "*://www.youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "exclude_matches": [
        "*://*.music.youtube.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "content-style.css"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.youtube.com/*"
    ]
  }
}