Add No. YouTube Comments

Add No. YouTube Comments

Add numbers to YouTube Comments

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Add No. YouTube Comments",
  "description": "Add numbers to YouTube Comments",
  "version": "1.0",
  "homepage_url": "http://tersnetwork.com",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.min.js",
        "String.js",
        "script.js"
      ]
    }
  ]
}