Anti Spoiler for Videos

Anti Spoiler for Videos

Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Hide the video lengths, progress bar and times with this extension and enjoy your videos of online games or movies.",
  "manifest_version": 2,
  "name": "Anti Spoiler for Videos",
  "version": "1.0",
  "short_name": "Anti Spoiler for Videos",
  "icons": {
    "128": "on.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.twitch.tv/*",
        "*://*.netflix.com/*",
        "*://*.afreecatv.com/*"
      ],
      "css": [
        "estilos.css"
      ]
    }
  ]
}