Youtube Orange

Youtube Orange

Free your YouTube from Copyright trolls. Give a plan B to content creators, and protest copyright takedowns in the process!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Youtube Orange",
  "description": "Free your YouTube from Copyright trolls. Give a plan B to content creators, and protest copyright takedowns in the process!",
  "version": "1.1",
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "38": "images/icon38.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_title": "Youtube Orange"
  },
  "icons": {
    "16": "images/icon16.png",
    "19": "images/icon19.png",
    "38": "images/icon38.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "https://www.youtube.com/*",
    "http://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "jquery-1.12.1.min.js",
        "ducttape.js"
      ],
      "css": [
        "orangeisthenewred.css"
      ]
    }
  ]
}