SmartVideo For YouTube™

SmartVideo For YouTube™

YouTube Optimizer/Enhance. Provides 'Smart Buffer' for slow connections; auto loop; buffer preferences; quality selection; and more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "lib/background.html",
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "includes/port.js",
        "includes/tab.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "icons/repeat-19.png",
      "38": "icons/repeat-38.png"
    },
    "default_title": "__MSG_page_action_title_enabled__"
  },
  "web_accessible_resources": [
    "mutationObserver.js",
    "mytube.js",
    "mytube.css",
    "icons/icon-32.png"
  ],
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "name": "SmartVideo For YouTube™",
  "homepage_url": "http://www.smarter.yt",
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ],
  "incognito": "spanning",
  "default_locale": "en",
  "version": "0.9931",
  "author": {
    "name": "Ashish Mishra",
    "url": "http://www.smarter.yt"
  },
  "short_name": "SmartVideo",
  "minimum_chrome_version": "20"
}