Bot Vinted | Vinkit

Bot Vinted | Vinkit

Vinkit est un assistant pour vous aider à développer vos ventes sur Vinted en quelques clics.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.00ac8b83.png",
    "32": "icon32.plasmo.9ad0c5b6.png",
    "48": "icon48.plasmo.cae3a6b3.png",
    "64": "icon64.plasmo.e4b604fc.png",
    "128": "icon128.plasmo.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.00ac8b83.png",
      "32": "icon32.plasmo.9ad0c5b6.png",
      "48": "icon48.plasmo.cae3a6b3.png",
      "64": "icon64.plasmo.e4b604fc.png",
      "128": "icon128.plasmo.b89b7dfa.png"
    }
  },
  "version": "2.1.11",
  "author": "Vinkit<[email protected]>",
  "name": "Bot Vinted | Vinkit",
  "description": "Vinkit est un assistant pour vous aider à développer vos ventes sur Vinted en quelques clics.",
  "permissions": [
    "cookies",
    "storage",
    "declarativeNetRequest",
    "alarms"
  ],
  "background": {
    "service_worker": "background.d0591844.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.vinted.fr/*",
        "https://www.vinted.com/*",
        "https://www.vinted.be/*",
        "https://www.vinted.es/*",
        "https://www.vinted.de/*",
        "https://www.vinted.it/*"
      ],
      "js": [
        "contents.4683de87.js"
      ],
      "all_frames": true,
      "css": [
        "contents.e91c5888.css"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/logo-white.png",
        "assets/google-login.png"
      ],
      "matches": []
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "rules",
        "enabled": true,
        "path": "rules.ac728dbe.json"
      }
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhPzsuoUopaVz8l2+XVaycKaXFsqhw+0Ff+9bFc/pMvEG9dV+WEPAj9yc7/Y9A8pDlabhQjPoXWI28mkYciUTtol3GlqWu8aKkcaherWPbs5rCJ4I8AjBHc2EZWuywmODZVQ7FPD3nPf556yUkYg7vsJK3zzYFOGYyye5NiT4sDD5SL46koQYxpIcJrEszC1hk/Cfb9jyzYlkbriemoPDCF+xbnPr270BSIXuhbsCc0nTguN0a08D1AAEMOj9Tc/N6wlreBHTdcYh2sKWFzCcL+3YSFHFmOYAmNl6Z/dPhhBKwC1n4WR8sF9dM+c2Rm1/4j2jo6Ds9/59MKN9GPSk+wIDAQAB"
}