Instaling Bot

Instaling Bot

EasyInstalling.com to my. Teraz. Nowe możliwości stoją przed tobą otworem. Zakup jednorazowo i pobierz wtyczkę do swojej…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Instaling Bot",
  "version": "0.4.8",
  "content_scripts": [
    {
      "matches": [
        "https://instaling.pl/ling2/html_app/*"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": "img/logo.png",
    "default_popup": "popup/popup.html",
    "default_title": "He he"
  },
  "author": "EasyInstalling"
}