Free Poshmark bot - Autosell

Free Poshmark bot - Autosell

COMPLETELY FREE Poshmark bot that helps you make MORE MONEY on Poshmark by auto-sharing items, gaining followers, etc.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "COMPLETELY FREE Poshmark bot that helps you make MORE MONEY on Poshmark by auto-sharing items, gaining followers, etc.",
  "version": "1.1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.poshmark.ca/feed*",
        "*://*.poshmark.ca/closet*",
        "*://*.poshmark.ca/category*",
        "*://*.poshmark.ca/party*",
        "*://*.poshmark.ca/brand*",
        "*://*.poshmark.ca/user*",
        "*://*.poshmark.ca/likes*",
        "*://*.poshmark.ca/showroom*",
        "*://*.poshmark.ca/listing*",
        "*://*.poshmark.ca/search*",
        "*://*.poshmark.ca/find-people*",
        "*://*.poshmark.ca/browse*",
        "*://*.poshmark.ca/news*",
        "*://*.poshmark.com/feed*",
        "*://*.poshmark.com/closet*",
        "*://*.poshmark.com/category*",
        "*://*.poshmark.com/party*",
        "*://*.poshmark.com/brand*",
        "*://*.poshmark.com/user*",
        "*://*.poshmark.com/likes*",
        "*://*.poshmark.com/showroom*",
        "*://*.poshmark.com/listing*",
        "*://*.poshmark.com/search*",
        "*://*.poshmark.com/find-people*",
        "*://*.poshmark.com/browse*",
        "*://*.poshmark.com/news*",
        "*://*.poshmark.com.au/feed*",
        "*://*.poshmark.com.au/closet*",
        "*://*.poshmark.com.au/category*",
        "*://*.poshmark.com.au/party*",
        "*://*.poshmark.com.au/brand*",
        "*://*.poshmark.com.au/user*",
        "*://*.poshmark.com.au/likes*",
        "*://*.poshmark.com.au/showroom*",
        "*://*.poshmark.com.au/listing*",
        "*://*.poshmark.com.au/search*",
        "*://*.poshmark.com.au/find-people*",
        "*://*.poshmark.com.au/browse*",
        "*://*.poshmark.com.au/news*"
      ],
      "js": [
        "init.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "app.js"
  ],
  "icons": {
    "16": "images/logo-16.png",
    "32": "images/logo-32.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/logo-16.png",
      "32": "images/logo-32.png",
      "48": "images/logo-48.png",
      "128": "images/logo-128.png"
    },
    "default_title": "FREE Poshmark Bot - Autosell"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "background": {
    "page": "background.html"
  },
  "name": "Free Poshmark bot - Autosell"
}