Guard - Free Unlimited VPN Proxy For Edge

Guard - Free Unlimited VPN Proxy For Edge

Guard is best free vpn proxy to unblock, free vpn to unblock website and vpn for pc. vpn free 100% ! vpn professional !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "permissions": [
    "storage",
    "proxy",
    "alarms",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "cookies"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "js/background.js"
  },
  "homepage_url": "https://microsoftedge.microsoft.com/addons/detail/amocomoadeohncgookcmmoinamfoahjg",
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "run_at": "document_start",
      "css": [
        "css/ad_custom.css"
      ],
      "js": [
        "/js/twitch-ad-script.js"
      ]
    },
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/youtube-ad-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/inject-script.js"
      ],
      "matches": [
        "https://*.twitch.tv/*"
      ]
    },
    {
      "resources": [
        "/icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "block_rules.json"
      }
    ]
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "name": "__MSG_gdEdgeTitle__",
  "default_locale": "en",
  "version": "1.0.1",
  "description": "__MSG_gdEdgeDesc__",
  "icons": {
    "128": "guard_img/guard_logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_gdEdgeTitle__",
    "default_icon": {
      "128": "guard_img/guard_logo.png"
    }
  }
}