YouShare for YouTube™

YouShare for YouTube™

Discover, Share & Connect directly on YouTube. Go beyond the limits of your YouTube algorithm to find new videos and channels.

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_extName__",
  "version": "1.3.1",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "action": {
    "default_popup": "src/action/popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "19": "images/icon-19.png",
      "32": "images/icon-32.png",
      "38": "images/icon-38.png",
      "48": "images/icon-48.png",
      "72": "images/icon-72.png",
      "128": "images/icon-128.png",
      "512": "images/icon-512.png"
    }
  },
  "permissions": [
    "identity",
    "storage",
    "notifications",
    "cookies"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "resources": [
        "images/*"
      ]
    }
  ],
  "host_permissions": [
    "https://youtube.com/",
    "https://www.youtube.com/",
    "https://youshare.media/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "https://youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "src/content_script/content.js"
      ],
      "css": [
        "src/content_script/content.css"
      ]
    }
  ],
  "background": {
    "service_worker": "src/service_worker/background.js",
    "type": "module"
  },
  "icons": {
    "16": "images/icon-16.png",
    "19": "images/icon-19.png",
    "32": "images/icon-32.png",
    "38": "images/icon-38.png",
    "48": "images/icon-48.png",
    "72": "images/icon-72.png",
    "128": "images/icon-128.png",
    "512": "images/icon-512.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjVwuZ7Ff2beCwFCgZ1H9BewVOYkDdFCgZFIXOsRv9kiNiRo9qVKsvsasFPWhOZUVQlv71UcTWY1FTkLDPBZUJGaf+4R6LiOhdZLfqrSpZBiunrsBnfUiL/Hxoo+8WSolpfEV9h2TubWN/mbbNXImk6+05Pcl5nl9Y+sCFZ2DybaE00QF7R0owcI80WkCIqiO5pgGv23OAUTKWRyIfbnkF8Edyk+egAiGKXeBU04iqEsgOxAyoqtvr6eVomwMJHImtJHqDt5tztIB/mVWuHLIPoTACZ5GFcODm9dt8TF/lYUemaYSK8VMISRUliPoTDjIKsCwU5yJr0VCca5nb2G89QIDAQAB"
}