Помощник для Avito

Помощник для Avito

Следим за объявлениями на Авито

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Помощник для Avito",
  "version": "2.59",
  "description": "Следим за объявлениями на Авито",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.avito.ru/*"
      ],
      "css": [
        "lib/micromodal.css",
        "style.css",
        "spinner.css"
      ],
      "js": [
        "browser.js",
        "search-id-helper.js",
        "pages.js",
        "lib/micromodal.min.js",
        "lib/diff.js",
        "spinner.js",
        "agency.js",
        "bad-pages.js",
        "notifications.js",
        "settings.js",
        "helpers.js",
        "popups.js",
        "changes.js",
        "dept.js",
        "content.js",
        "api.js",
        "js-content.js",
        "date.js",
        "seller.js",
        "adv-info.js",
        "options-helper.js",
        "storage.js",
        "ads-free.js",
        "search-info.js",
        "search-pages.js",
        "ignore-sellers.js",
        "search.js",
        "map.js",
        "show-price-per-meter-in-lists.js",
        "adv.js",
        "menu.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "search-id-helper.js",
      "background-api.js",
      "options-helper.js",
      "storage.js",
      "install.js",
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/*.png"
  ]
}