Sechify TypeScript Firefox

Examine source code of Sechify TypeScript

Inspect and view changes in Sechify TypeScript source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "_comment": "This is pretty much the base stuff",
  "manifest_version": 3,
  "name": "Sechify TypeScript",
  "version": "1.34",
  "icons": {
    "128": "assets/icon/icon-128.png"
  },
  "description": "Make every YouTube video into a Blue-Archive Sechi Cameo! Now cleaned up in TypeScript!",
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "_comment1": "When it sees you on youtube.com (and its finished loading from document_idle), it'll run main.js",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "_comment2": "Lets websites access these within the extension. In this case, ANY(matches) can access ANY(*) file in images that is a .png",
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/*.PNG",
        "assets/popup/*.jpeg",
        "assets/popup/*.webp",
        "assets/popup/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "_comment3": "This is the button on the browser toolbar",
  "action": {
    "default_popup": "popup.html"
  },
  "_comment4": "Firefox Stuff yay woohoo thanks Mozilla",
  "browser_specific_settings": {
    "gecko": {
      "id": "sechify-ts@arch2kx.pages.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "used": false,
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Sechify TypeScript Alternatives

Here are some Firefox add-ons that are similar to Sechify TypeScript: