Internet Archive + Video Player

Internet Archive + Video Player

Now, YOU OWN the Internet!! Save & download your favorite imgs/vids from the web, Enjoy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Internet Archive + Video Player",
  "short_name": "BIZNet",
  "description": "Now, YOU OWN the Internet!! Save & download your favorite imgs/vids from the web, Enjoy!",
  "author": "BIZNet",
  "version": "0.0.1.3",
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "action": {
    "default_title": "BIZNet",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "ExtPay.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://9xbuddy.xyz/*"
      ],
      "js": [
        "9xScript.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "include_globs": [
        "*#p_otoA_gme_t*"
      ],
      "js": [
        "fileStyler.js"
      ],
      "match_origin_as_fallback": true,
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "clipboardRead",
    "unlimitedStorage"
  ]
}