Giant Bomb Plus

Giant Bomb Plus

Provides better tools and information while navigating through video content on Giant Bomb.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Giant Bomb Plus",
  "description": "Provides better tools and information while navigating through video content on Giant Bomb.",
  "version": "0.3.7",
  "icons": {
    "128": "ext_icon_128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "http://www.giantbomb.com/videos/*",
    "http://www.therandombox.ca/giantbomb/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.giantbomb.com/videos/*"
      ],
      "css": [
        "css/gb_styles.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/typeahead.min.js",
        "js/jquery-ui.min.js",
        "js/gb_functions.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "filter_options.html",
    "options.html"
  ]
}