Wiki Tube

Wiki Tube

Movie teaser video addded to the top of the Wikipedia page of the Movie

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Wiki Tube",
  "description": "Movie teaser video addded to the top of the Wikipedia page of the Movie",
  "version": "1.2",
  "permissions": [
    "https://www.goodreads.com/*",
    "http://www.goodreads.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://en.wikipedia.org/*",
        "https://en.wikipedia.org/*"
      ],
      "js": [
        "test.js"
      ]
    },
    {
      "matches": [
        "http://www.amazon.in/*",
        "https://www.amazon.in/*"
      ],
      "js": [
        "2.js"
      ]
    }
  ]
}