Hide Youtube Viewers and Ratings

Hide Youtube Viewers and Ratings

This app hide the number of watching now, rating, viewers, and subscribers on youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.1.10",
  "author": "Udon Shiroi",
  "default_locale": "en",
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ],
  "icons": {
    "48": "images/get_started48.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "images/get_started48.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "option/option.html"
}