Destinygg Bigscreen Unblock

Destinygg Bigscreen Unblock

Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Destinygg Bigscreen Unblock",
  "description": "Allow embedding anything on Destiny.gg's Bigscreen page again by effectively disabling the new block feature.",
  "version": "1.0.1",
  "author": "Jay",
  "icons": {
    "128": "dgg-unblock.png"
  },
  "content_scripts": [
    {
      "world": "MAIN",
      "matches": [
        "https://www.destiny.gg/bigscreen"
      ],
      "js": [
        "get-it-twisted.js"
      ],
      "run_at": "document_start"
    }
  ]
}