youtube watched videos hider

youtube watched videos hider

stable youtube watched videos hider by ibtisam_midlet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "youtube watched videos hider by ibtisam_midlet",
  "name": "youtube watched videos hider ",
  "version": "2.8",
  "homepage_url": "https://www.dailyinternetlife.com/2019/05/youtube-watched-videos-hider.html",
  "icons": {
    "64": "icons/logo.png"
  },
  "permissions": [
    "*://*.youtube.com/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_title": "on",
    "default_icon": {
      "64": "icons/logo.png"
    }
  }
}