Examine source code of UAR_SKI_V2P(Checkpoint)

Inspect and view changes in UAR_SKI_V2P(Checkpoint) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "description": "URL Auto Redirection",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "UAR_SKI_V2P(Checkpoint)",
  "permissions": [
    "nativeMessaging",
    "webNavigation",
    "tabs"
  ],
  "version": "1.4",
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": []
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}