Show YouTube Dislikes and Unlisted Videos

Show YouTube Dislikes and Unlisted Videos

Miss the ability to see dislikes? Want to have a quicker method of seeing unlisted videos or discover new ones? Now you can have all those things for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "dino.png",
    "default_title": "Show YouTube Dislikes and Unlisted Videos"
  },
  "description": "Show YouTube Dislikes and Unlisted Videos. Keyboard shortcut: Alt+Shift+D.",
  "homepage_url": "https://browsernative.com/google-chrome-dinosaur-run-game/",
  "icons": {
    "48": "dino-48.png",
    "128": "dino.png"
  },
  "manifest_version": 2,
  "name": "Show YouTube Dislikes and Unlisted Videos",
  "version": "0.1",
  "permissions": [],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+D"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9e71dff6-6ad6-45a5-9594-a34d79bf025d}"
    }
  }
}