Всеобот

Всеобот

Расширение для просмотра ответов на сайте https://vseosvita.ua

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Всеобот",
  "description": "Расширение для просмотра ответов на сайте https://vseosvita.ua",
  "version": "1.0.1",
  "icons": {
    "16": "images/icon16x16.png",
    "48": "images/icon48x48.png",
    "128": "images/icon128x128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128x128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://vseosvita.ua/test/go-olp",
        "https://vseosvita.ua/go/task/*"
      ],
      "js": [
        "scripts/jquery-3.5.1.min.js",
        "scripts/content.js"
      ]
    }
  ]
}