Giant Bomb Season Pass

Giant Bomb Season Pass

Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Giant Bomb Season Pass",
  "manifest_version": 2,
  "version": "1.65.2",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "https://gbvideoguide.herokuapp.com/*"
  ],
  "applications": {
    "gecko": {
      "id": "jid1-W5f4Bxy5SABfyw@jetpack"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.giantbomb.com/*"
      ],
      "css": [
        "animate.css",
        "SeasonPass.css"
      ],
      "js": [
        "jquery-min.js",
        "mustache.js",
        "verbalexp.js",
        "SeasonPass.js"
      ]
    }
  ]
}