iLink Helper-Free VPN Free Proxy ChatGPT

iLink Helper-Free VPN Free Proxy ChatGPT

We offer a tool for providing quick access to sites from scientific journals - such sites are the main medium of communication of scientific knowledge today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "web_accessible_resources": [
    {
      "resources": [
        "img/128ico.png",
        "js/page_finish.js",
        "helper/order_check.html",
        "helper/payment.html"
      ],
      "matches": [
        "*://*/*"
      ],
      "extension_ids": []
    }
  ],
  "minimum_chrome_version": "88.0.0",
  "author": "[email protected]",
  "name": "__MSG_name__",
  "short_name": "__MSG_shortname__",
  "default_locale": "zh_CN",
  "icons": {
    "16": "img/128ico.png",
    "48": "img/128ico.png",
    "128": "img/128ico.png"
  },
  "manifest_version": 3,
  "homepage_url": "https://ilink-a.com",
  "version": "2.2.4",
  "background": {
    "service_worker": "sw.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "/js/page_load.js"
      ]
    }
  ],
  "permissions": [
    "notifications",
    "storage",
    "alarms",
    "management",
    "proxy",
    "webRequest",
    "webNavigation",
    "activeTab",
    "idle"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "main.html",
    "default_title": "__MSG_name__",
    "default_icon": "img/128ico.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "__MSG_description__",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}