Anticipation for YouTube and Twitch

Anticipation for YouTube and Twitch

Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Anticipation for YouTube and Twitch",
  "version": "1.1.0.8",
  "description": "Hides YouTube & Twitch video lengths, progress bar, & times of related videos to prevent spoilers - very useful for sports videos",
  "background": {
    "persistent": true,
    "scripts": [
      "fancy-settings/source/lib/store.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "inactive128.png",
    "default_title": "Anticipation",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://*.youtube.com/*",
    "https://*.youtube.com/*",
    "https://*.twitch.tv/*",
    "http://*.twitch.tv/*",
    "https://vods.co/*",
    "http://vods.co/*",
    "https://sf.vods.co/*",
    "http://sf.vods.co/*"
  ]
}