Установка расширения (с результатом)

Описание события

Тип события: Extensions.

Событие отправляется при установке и обновлении расширения одним любым способом.

Формат полей

Название поля

Тип поля

Описание

Id

string

Идентификатор расширения.

Location

string

Тип источника установки:

  • Component — для расширений, загруженных при установке браузера;

  • ExternalPolicyDownload — для расширений, загруженных с помощью политики ExtensionSettings;

  • Internal — для остальных расширений.

author

string

Разработчик расширения.

description

string

Описание расширения.

name

string

Название расширения.

version

string

Версия расширения.

GrantedPermissions

array of strings

Разрешения, предоставляемые расширению.

InstallationPath

string

Путь установки.

CreationFlags

array of strings

Дополнительная информация об источнике установки. Содержит значения:

  • REQUIRE_KEY — для всех расширений.

  • FROM_WEBSTOR — для расширений, установленных из магазинов.

SourcePath

string

Путь к файлу расширения.

Operation

string

Действие над расширением. Принимает значение Install.

Verdict

string

Результат. Может принимать следующие значения:

  • Installed — расширение установлено;

  • Malware — расширение не установлено (вредоносное содержимое);

  • Error — ошибка установки;

  • Updated — расширение обновлено.

Пример значения

{
  "BrowserSessionID": "d8fe5360-904f-4886-9370-91661bd071cf",
  "BrowserUserID": "C:\\Users\\AliceCarrol\\AppData\\Local\\Yandex\\YandexBrowser\\User Data\\Default",
  "ClientID": "e0b4315d-6a3b-4a62-b0b6-54eed3f4dda2",
  "DeviceHostName": "I113090115",
  "DeviceTimeZone": "+03:00",
  "DeviceType": "Desktop",
  "EventNumber": 8,
  "EventType": "Extensions",
  "EventTypeID": "6",
  "Extensions": {
    "CreationFlags": [
      "REQUIRE_KEY",
      "FROM_WEBSTORE"
    ],
    "GrantedPermissions": [
      "contextMenus",
      "scripting",
      "storage",
      "tabs",
      "webNavigation"
    ],
    "Id": "bfbmjmiodbnnpllbbbfblcplfjjepjdn",
    "InstallationPath": "C:\\Users\\AliceCarrol\\AppData\\Local\\Yandex\\YandexBrowser\\User Data\\Default\\Extensions\\bfbmjmiodbnnpllbbbfblcplfjjepjdn\\4.4.9_0",
    "Location": "Internal",
    "Manifest": {
      "action": {
        "default_icon": {
          "19": "icons/iconstick19.png",
          "38": "icons/iconstick38.png"
        },
        "default_title": "Turn Off the Lights"
      },
      "author": "Stefan vd",
      "background": {
        "service_worker": "js/background.js"
      },
      "commands": {
        "_execute_action": {
          "suggested_key": {
            "default": "Ctrl+Shift+L",
            "mac": "MacCtrl+Shift+L"
          }
        },
        "toggle-feature-nightmode": {
          "description": "Ночной режим",
          "suggested_key": {
            "default": "Ctrl+Shift+N",
            "mac": "MacCtrl+Shift+N"
          }
        }
      },
      "content_scripts": [
        {
          "js": [
            "js/constants.js",
            "js/content.js",
            "js/eco.js"
          ],
          "matches": [
            "<all_urls>"
          ],
          "run_at": "document_end"
        },
        {
          "all_frames": true,
          "css": [
            "css/light.css"
          ],
          "match_about_blank": true,
          "matches": [
            "<all_urls>"
          ],
          "run_at": "document_end"
        },
        {
          "all_frames": true,
          "js": [
            "js/fps.js"
          ],
          "matches": [
            "*://*.youtube.com/*"
          ],
          "run_at": "document_start"
        },
        {
          "all_frames": true,
          "js": [
            "js/autostop.js"
          ],
          "match_about_blank": true,
          "matches": [
            "<all_urls>"
          ],
          "run_at": "document_start"
        },
        {
          "css": [
            "css/youtube.css"
          ],
          "matches": [
            "*://*.youtube.com/*"
          ]
        }
      ],
      "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src https://www.turnoffthelights.com; frame-src https://www.youtube.com https://www.turnoffthelights.com; connect-src https://www.turnoffthelights.com; script-src 'self'; img-src 'self' https://www.turnoffthelights.com * data:; object-src 'none'"
      },
      "current_locale": "ru",
      "default_locale": "en",
      "description": "Вся страница станет тёмной и Вы сможете смотреть видео, как в кинотеатре. Работает как для YouTube™, так и в других случаях.",
      "homepage_url": "https://www.turnoffthelights.com/support/",
      "host_permissions": [
        "<all_urls>"
      ],
      "icons": {
        "16": "icons/icon16.png",
        "24": "icons/icon24.png",
        "32": "icons/icon32.png",
        "48": "icons/icon48.png",
        "96": "icons/icon96.png",
        "128": "icons/icon128.png"
      },
      "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCWtVfDpPf9Smdanvm9Dc+Z4byFLQ/Vp67jkZbCZ1ZoFojbDElo0BsSRNvC/2wRrEsvWL24gj6e/oovdow0rD3/lhF2bLVNaWyjYdwuZgEoffIxuqh+6E0eDErdov/8PfCq7vDke753RTKLv5Lep6gjD4Lt4IXzAihGbLJwZsxZwIDAQAB",
      "manifest_version": 3,
      "minimum_chrome_version": "116",
      "name": "Turn Off the Lights",
      "offline_enabled": true,
      "omnibox": {
        "keyword": "totl"
      },
      "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
      },
      "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "webNavigation",
        "scripting"
      ],
      "short_name": "Turn Off the Lights",
      "storage": {
        "managed_schema": "schema.json"
      },
      "update_url": "https://clients2.google.com/service/update2/crx",
      "version": "4.4.9",
      "web_accessible_resources": [
        {
          "matches": [
            "*://www.youtube.com/*"
          ],
          "resources": [
            "/js/fps-block.js",
            "/js/hd-quality.js"
          ],
          "use_dynamic_url": true
        },
        {
          "matches": [
            "<all_urls>"
          ],
          "resources": [
            "/js/video-player-status.js"
          ],
          "use_dynamic_url": true
        }
      ]
    },
    "Operation": "Install",
    "Verdict": "Installed"
  },
  "ID": "8e53cab1-17d2-459d-97c4-7f1247834f59",
  "LocalIPs": [
    "172.24.25.26",
    "192.168.56.1",
    "fe80::20fa:6704:96d8:4dba",
    "fe80::54a2:ec1f:35dd:5224"
  ],
  "OSName": "Windows NT",
  "OSVersion": "10.0.19045",
  "ProductName": "CorporateYandexBrowser",
  "ProtocolVersion": 1,
  "Timestamp": 1717512613675.248,
  "UserID": "LD\\AliceCarrol"
}

Написать в службу поддержки

Также вы можете перейти на сервис

favicon Яндекс Браузера для организаций



Полезные ссылки

Промостраница Яндекс Браузера для организаций