AR.TWEAK

AR.TWEAK

Помогатор!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AR.TWEAK",
  "description": "Помогатор!",
  "version": "1.0.10",
  "action": {
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/help.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "js/bg.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://titulosvalidez.educacion.gob.ar/*",
        "*://*.migraciones.gob.ar/*",
        "*://*.migraciones.gov.ar/*",
        "*://*.mercadolibre.com.ar/*"
      ],
      "js": [
        "js/check.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}