Youtube Helper

Youtube Helper

Provide better youtube experience

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": "static/icons8-youtube-250.png"
  },
  "icons": {
    "16": "static/icons8-youtube-250.png",
    "48": "static/icons8-youtube-250.png",
    "128": "static/icons8-youtube-250.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "identity"
  ],
  "oauth2": {
    "client_id": "807725560556-9a8shcjckihbd8lpbb8q7c4i46caijm3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/youtube.readonly"
    ]
  },
  "options_page": "option.html",
  "default_locale": "en"
}