FasTube - Faster YouTube

FasTube - Faster YouTube

The best way to navigate YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.9.9",
  "default_locale": "en",
  "homepage_url": "https://chrome.google.com/webstore/detail/fastube/mhkojhcnbjmmecmhbjnobopbbplmhfme",
  "options_page": "opzioni.html",
  "content_security_policy": "script-src 'self' https://apis.google.com https://www.facebook.com/ https://platform.twitter.com/ https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "FasTube"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/bootstrap.js",
        "js/plugin.js",
        "js/main.js"
      ],
      "css": [
        "css/bootstrap.css",
        "css/bootstrap-theme.css",
        "css/font-awesome.min.css",
        "css/style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/pixel.gif",
    "fonts/glyphicons-halflings-regular.eot",
    "fonts/glyphicons-halflings-regular.svg",
    "fonts/glyphicons-halflings-regular.ttf",
    "fonts/glyphicons-halflings-regular.woff",
    "fonts/fontawesome-webfont.eot",
    "fonts/fontawesome-webfont.svg",
    "fonts/fontawesome-webfont.ttf",
    "fonts/fontawesome-webfont.woff",
    "fonts/fontawesome-webfont.woff2",
    "fonts/FontAwesome.otf"
  ]
}