playauto_chrome_extension

playauto_chrome_extension

This is a tool which enables the user to automatically logIn into different e-commerce websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "playauto_chrome_extension",
  "version": "0.1.44",
  "manifest_version": 3,
  "description": "This is a tool which enables the user to automatically logIn into different e-commerce websites.",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "scripting",
    "cookies"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://lvh.me:*/*",
      "*://*.hirogete.com/*",
      "*://*.amazonaws.com/*",
      "*://*.playauto.io/*",
      "*://*.playauto.co.kr/*",
      "*://*.playapi.io/*",
      "*://*.playauto.org/*",
      "*://*.yolowa.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "manifest.json",
        "scripts/*",
        "sandbox.html"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ]
}