Y2Cake - the unofficial YouTube™ client

Y2Cake - the unofficial YouTube™ client

Giving you two-fold YouTube™ searching powers, Y2Cake presents to you an unprecedented amount of control over YouTube™. Really.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Y2Cake - the unofficial YouTube™ client",
  "short_name": "Y2Cake",
  "author": "Rodrigo Palacios",
  "homepage_url": "http://y2cake.com",
  "description": "",
  "version": "0.0.105",
  "permissions": [
    "http://www.youtube.com/*",
    "https://www.youtube.com/*",
    "http://suggestqueries.google.com/complete/*",
    "https://gdata.youtube.com/feeds/api/*",
    "https://clients1.google.com/complete/search*",
    "https://twitter.com/intent/*",
    "tabs",
    "activeTab"
  ],
  "icons": {
    "16": "img/Y2C_icon16.png",
    "32": "img/Y2C_icon32.png",
    "48": "img/Y2C_icon48.png",
    "128": "img/Y2C_icon128.png"
  },
  "background": {
    "persistent": false,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/Y2C_icon19.png",
      "38": "img/Y2C_icon38.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*",
        "http://y2cake.com/*"
      ],
      "js": [
        "js/jquery-2.0.3.min.js",
        "scripts/y2cake.min.js"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "img/icon128.png"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+F",
        "mac": "Alt+Shift+F",
        "chromeos": "Alt+Shift+F",
        "linux": "Alt+Shift+F"
      }
    }
  }
}