CrazyLike: накрутка лайков и просмотров вк

CrazyLike: накрутка лайков и просмотров вк

Автоматическая накрутка лайков и просмотров вконтакте

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "img/ico_32.png",
    "default_title": "Кабинет пользователя Crazy Like"
  },
  "content_scripts": [
    {
      "js": [
        "js/eventPage.js"
      ],
      "matches": [
        "https://vk.com/*",
        "https://crazy-like.ru/",
        "https://oauth.vk.com/*",
        "https://ulogin.ru/auth.php*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Автоматическая накрутка лайков и просмотров вконтакте",
  "homepage_url": "http://crazy-like.ru/",
  "externally_connectable": {
    "matches": [
      "*://vk.com/*"
    ]
  },
  "icons": {
    "32": "img/ico_32.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  },
  "manifest_version": 3,
  "name": "CrazyLike: накрутка лайков и просмотров вк",
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/js/*",
        "/css/*",
        "/img/*"
      ],
      "matches": [
        "https://vk.com/*",
        "https://crazy-like.ru/*"
      ]
    }
  ],
  "host_permissions": [
    "https://vk.com/*",
    "https://oauth.vk.com/*",
    "https://crazy-like.ru/*",
    "https://ulogin.ru/*"
  ],
  "short_name": "CrazyLike",
  "version": "2.7.0"
}