Examine source code of 5stars Помощник

Inspect and view changes in 5stars Помощник 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "3.0.1",
  "default_locale": "ru",
  "icons": {
    "19": "favicon19.png",
    "38": "favicon38.png",
    "48": "favicon48.png",
    "128": "favicon128.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://b2b.abktourism.kz/*",
        "*://online3.anextour.kz/*",
        "*://agent.anextour.kz/*",
        "*://parser.anextour.com/*",
        "*://online1.calypsotour.com/*",
        "*://b2b.fstravel.asia/*",
        "*://online.joinup.kz/*",
        "*://online.kazunion.com/*",
        "*://online.kompastour.kz/*",
        "*://pegasys.kz.pegast.asia/*",
        "*://kz.pegast.asia/*",
        "*://b2b.selfietravel.kz/*",
        "*://online.tez-tour.com/*",
        "*://www.tez-tour.com/*",
        "*://plus.teztour.kz/*",
        "*://online.sanat.kz/*",
        "https://crm.5stars.kz/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "favicon19.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://b2b.abktourism.kz/*",
    "*://online3.anextour.kz/*",
    "*://agent.anextour.kz/*",
    "*://parser.anextour.com/*",
    "*://online1.calypsotour.com/*",
    "*://b2b.fstravel.asia/*",
    "*://online.joinup.kz/*",
    "*://online.kazunion.com/*",
    "*://online.kompastour.kz/*",
    "*://pegasys.kz.pegast.asia/*",
    "*://kz.pegast.asia/*",
    "*://b2b.selfietravel.kz/*",
    "*://online.tez-tour.com/*",
    "*://www.tez-tour.com/*",
    "*://plus.teztour.kz/*",
    "*://online.sanat.kz/*",
    "https://crm.5stars.kz/*"
  ]
}