Old YouTube Upload Button

Old YouTube Upload Button

Update because of newer icon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Old YouTube Upload Button",
  "version": "1.14",
  "manifest_version": 2,
  "description": "Update because of newer icon.",
  "homepage_url": "http://wez35.weebly.com/",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {},
  "default_locale": "en",
  "web_accessible_resources": [
    "src/replace_button.js"
  ],
  "permissions": [
    "https://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "src/replace_button.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ]
}