Reddit on Youtube

Reddit on Youtube

Adds Reddit comments to Youtube videos!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Reddit on Youtube",
  "short_name": "royt",
  "description": "Adds Reddit comments to Youtube videos!",
  "developer": {
    "name": "mkalash",
    "url": "https://github.com/mustafakalash/royt"
  },
  "applications": {
    "gecko": {
      "id": "15f28b3a-c42b-463c-907a-e69d0eb2988a@jetpack",
      "strict_min_version": "57.0"
    }
  },
  "version": "2.4.5",
  "manifest_version": 2,
  "default_locale": "en_US",
  "permissions": [
    "https://api.reddit.com/",
    "storage"
  ],
  "icons": {
    "128": "icons/icon128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": false,
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtu.be/*"
      ],
      "css": [
        "royt/style.css"
      ],
      "js": [
        "royt/snuownd.js",
        "royt/handlebars-v4.7.7.js",
        "royt/script.js"
      ]
    }
  ]
}