Top Comments for YouTube™

Top Comments for YouTube™

YouTube™ video's Top Comments, Description and Rating below YouTube™ player on different websites. Vimeo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_apNm__",
  "description": "__MSG_apDsc__",
  "manifest_version": 2,
  "default_locale": "en",
  "version": "0.5.3",
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_page": "opns.html",
  "page_action": {
    "id": "youtube top comments",
    "default_icon": "images/icon19.png",
    "default_title": "__MSG_apSt__",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "images/icon16.png",
    "images/icon-off16.png",
    "images/icon19.png"
  ],
  "background": {
    "scripts": [
      "d.js",
      "srcytbg.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "contentSettings",
    "http://*.youtube.com/*",
    "http://*.ytimg.com/*",
    "http://vimeo.com/*",
    "http://liveleak.com/*",
    "http://*.liveleak.com/*"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.8.2.min.js",
        "slmdk_yt_cs.js"
      ]
    }
  ]
}