Online Video Platforms

Online Video Platforms

Online Video Platforms provides an easier way to search the web and access popular online video platforms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Online Video Platforms",
  "short_name": "Online Video Platforms",
  "version": "1.0.2",
  "description": "Online Video Platforms provides an easier way to search the web and access popular online video platforms",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/48.png",
    "128": "icons/64.png"
  },
  "author": "Trigvent",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "browser_style": false,
    "default_title": "Online Video Platforms"
  },
  "content_security_policy": {}
}