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


{
  "background": {
    "scripts": [
      "stv.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon_16.png",
    "default_title": "No mentioned videos."
  },
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "page.js"
      ],
      "matches": [
        "https://*.reddit.com/*comments/*",
        "http://*.reddit.com/*comments/*"
      ]
    }
  ],
  "description": "Enhance your Reddit browsing experience. Explore related videos on any thread.",
  "author": "http://subtletv.com",
  "homepage_url": "http://subtletv.com",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkLSiGgnda/ZHeIa8P6D2JN5aKAJE1+12FQnNwZwahBG0e/YSkOBK4Y83M2MeYs8un0Tq/W/rc8GbohN/z0yffuW2irJrGuuvP2W2i5BG6jQU85fEcfjSJigzDP4akDHLb9X1nppaCeF80IFC/8wvbdmGf60BXwZ6Ikocoa+nmwM/UeHwJSdk2AJ3QEkQXtcgIHc2ZvEhoZEmLiXJezKUx5fA/Uo+jxvRWfyj5ZFaf30m0asW36q8BpCI1A0qZrYB5zW2QXm0/xgOTX9Trem18mAh9HkPg78VIs1adzvt0ajFKKR/Qhp/wWAMpMjnDYxWlyAFjbpatsVDGigkukKAxQIDAQAB",
  "manifest_version": 2,
  "name": "Mentioned Videos for Reddit",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.3.1"
}