Email Tracker for Yandex.Mail - TraksPaks

Email Tracker for Yandex.Mail - TraksPaks

How to know if an email has been read? TraksPaks solves this problem for Yandex.Mail users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.9.1",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "default_locale": "ru",
  "icons": {
    "16": "images/app16.png",
    "128": "images/app128.png"
  },
  "action": {
    "default_icon": "images/app16.png"
  },
  "minimum_chrome_version": "101",
  "permissions": [
    "storage",
    "gcm",
    "webRequest",
    "notifications",
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "https://*.trekspeks.ru/*",
    "*://mail.yandex.ru/*",
    "*://mail.yandex.com/*",
    "*://mail.yandex.ua/*",
    "*://mail.yandex.kz/*",
    "*://mail.yandex.by/*",
    "*://mail.yandex.fr/*",
    "*://mail.yandex.az/*",
    "*://mail.yandex.ee/*",
    "*://mail.yandex.kg/*",
    "*://mail.yandex.co.il/*",
    "*://mail.yandex.com.am/*",
    "*://mail.yandex.com.ge/*",
    "*://mail.yandex.com.tr/*",
    "*://mail.yandex.lt/*",
    "*://mail.yandex.lv/*",
    "*://mail.yandex.md/*",
    "*://mail.yandex.tj/*",
    "*://mail.yandex.tm/*",
    "*://mail.yandex.uz/*",
    "*://resize.yandex.net/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://trekspeks.ru/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.yandex.ru/*",
        "https://mail.yandex.com/*",
        "https://mail.yandex.ua/*",
        "https://mail.yandex.kz/*",
        "https://mail.yandex.by/*",
        "https://mail.yandex.fr/*",
        "https://mail.yandex.az/*",
        "https://mail.yandex.ee/*",
        "https://mail.yandex.kg/*",
        "https://mail.yandex.co.il/*",
        "https://mail.yandex.com.am/*",
        "https://mail.yandex.com.ge/*",
        "https://mail.yandex.com.tr/*",
        "https://mail.yandex.lt/*",
        "https://mail.yandex.lv/*",
        "https://mail.yandex.md/*",
        "https://mail.yandex.tj/*",
        "https://mail.yandex.tm/*",
        "https://mail.yandex.uz/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "pagetasks.js"
      ],
      "matches": [
        "https://mail.yandex.ru/*",
        "https://mail.yandex.com/*",
        "https://mail.yandex.ua/*",
        "https://mail.yandex.kz/*",
        "https://mail.yandex.by/*",
        "https://mail.yandex.fr/*",
        "https://mail.yandex.az/*",
        "https://mail.yandex.ee/*",
        "https://mail.yandex.kg/*",
        "https://mail.yandex.co.il/*",
        "https://mail.yandex.com.am/*",
        "https://mail.yandex.com.ge/*",
        "https://mail.yandex.com.tr/*",
        "https://mail.yandex.lt/*",
        "https://mail.yandex.lv/*",
        "https://mail.yandex.md/*",
        "https://mail.yandex.tj/*",
        "https://mail.yandex.tm/*",
        "https://mail.yandex.uz/*"
      ]
    }
  ]
}