ONLY SEARCH BAR for YouTube

ONLY SEARCH BAR for YouTube

This extension can remove YouTube Contents.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ONLY SEARCH BAR for YouTube",
  "description": "This extension can remove YouTube Contents.",
  "version": "0.1.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/"
      ],
      "css": [
        "script.css"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://www.youtube.com/"
  ],
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  }
}