Mentioned Videos for Reddit

Mentioned Videos for Reddit

Enhance your Reddit browsing experience. Explore related videos on any thread.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Mentioned Videos for Reddit",
  "version": "0.93resigned1",
  "description": "Enhance your Reddit browsing experience. Explore related videos on any thread.",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "45.0"
    }
  },
  "background": {
    "scripts": [
      "stv.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_title": "No mentioned videos."
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.12.4.min.js",
        "page.js"
      ],
      "matches": [
        "https://*.reddit.com/*comments/*",
        "http://*.reddit.com/*comments/*"
      ]
    }
  ]
}