Stream Bypass

Stream Bypass

A multi-browser addon / extension for multiple streaming providers which redirects directly to the source video.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "ByteDream",
  "description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video",
  "name": "Stream Bypass",
  "version": "3.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{55dd42e8-3dd9-455a-b4fe-86664881b10c}"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/entries/contentScript/main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/[email protected]",
    "32": "icons/[email protected]",
    "48": "icons/[email protected]",
    "96": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "permissions": [
    "storage",
    "webRequest",
    "nativeMessaging",
    "<all_urls>"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/[email protected]",
      "32": "icons/[email protected]"
    },
    "default_popup": "src/entries/popup/index.html"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "assets/match-05284e70.js",
    "assets/src/entries/contentScript/main-be8972c6.js"
  ]
}