GradeThread: Grade & List Firefox

Examine source code of GradeThread: Grade & List

Inspect and view changes in GradeThread: Grade & List source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GradeThread: Grade & List",
  "version": "1.1.0",
  "description": "Get an AI-powered condition read on a pre-owned clothing listing before you buy — plus one-click cross-listing for FlipDesk sellers.",
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "contextMenus"
  ],
  "host_permissions": [
    "https://gradethread.com/*",
    "https://*.gradethread.com/*",
    "https://*.poshmark.com/*",
    "https://*.mercari.com/*",
    "https://*.grailed.com/*",
    "https://*.vinted.com/*",
    "https://*.vinted.co.uk/*",
    "https://*.vinted.fr/*",
    "https://*.vinted.de/*",
    "https://*.vinted.es/*",
    "https://*.vinted.it/*",
    "https://*.vinted.nl/*",
    "https://*.vinted.pl/*",
    "https://*.vinted.be/*",
    "https://*.vinted.at/*",
    "https://*.vinted.cz/*",
    "https://*.vinted.sk/*",
    "https://*.vinted.lt/*",
    "https://*.vinted.pt/*",
    "https://*.vinted.se/*",
    "https://*.vinted.ro/*",
    "https://*.vinted.hu/*",
    "https://*.vinted.lu/*",
    "https://*.vinted.hr/*",
    "https://*.vinted.gr/*",
    "https://*.vinted.dk/*",
    "https://*.vinted.fi/*",
    "https://*.facebook.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "unified@gradethread.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "attribution.js",
      "usage-telemetry.js",
      "lister/selectors.js",
      "lister/lister-guard.js",
      "lister/job-store.js",
      "lister/engagement.js",
      "research/ebay-item-id.js",
      "registry.js",
      "research/seller-memory.js",
      "research/compare-tray.js",
      "sync/selectors.js",
      "closet-import/selectors.js",
      "sync/poll-plan.js",
      "queue/queue-view.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "GradeThread",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gradethread.com/*",
        "https://*.gradethread.com/*"
      ],
      "js": [
        "gt-bridge.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.ebay.com/*",
        "https://*.ebay.co.uk/*",
        "https://*.ebay.de/*",
        "https://*.ebay.ca/*",
        "https://*.ebay.com.au/*",
        "https://*.ebay.fr/*",
        "https://*.ebay.it/*",
        "https://*.ebay.es/*",
        "https://*.ebay.ie/*",
        "https://*.ebay.nl/*",
        "https://*.ebay.at/*",
        "https://*.ebay.ch/*",
        "https://*.ebay.pl/*",
        "https://*.ebay.be/*",
        "https://*.poshmark.com/*",
        "https://*.poshmark.ca/*",
        "https://*.grailed.com/*",
        "https://*.mercari.com/*",
        "https://*.depop.com/*",
        "https://*.vinted.com/*",
        "https://*.vinted.co.uk/*",
        "https://*.vinted.fr/*",
        "https://*.vinted.de/*",
        "https://*.vinted.es/*",
        "https://*.vinted.it/*",
        "https://*.vinted.nl/*",
        "https://*.vinted.pl/*",
        "https://*.vinted.lt/*",
        "https://*.vinted.cz/*",
        "https://*.vinted.be/*",
        "https://*.vinted.at/*",
        "https://*.vinted.ro/*",
        "https://*.vinted.hu/*",
        "https://*.vinted.sk/*",
        "https://*.vinted.pt/*",
        "https://*.vinted.se/*",
        "https://*.vinted.lu/*",
        "https://*.vinted.hr/*",
        "https://*.vinted.gr/*",
        "https://*.vinted.dk/*",
        "https://*.vinted.fi/*"
      ],
      "js": [
        "attribution.js",
        "usage-telemetry.js",
        "research/ebay-item-id.js",
        "research/selectors.js",
        "research/image-utils.js",
        "research/condition-format.js",
        "research/scan-format.js",
        "research/flip-format.js",
        "research/seller-memory.js",
        "research/compare-tray.js",
        "research/overlay-css.js",
        "research/overlay-host.js",
        "research/marketplace-notice.js",
        "research/marketplace.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://poshmark.com/*",
        "https://*.poshmark.com/*"
      ],
      "js": [
        "lister/selectors.js",
        "lister/common.js",
        "lister/selector-probe.js",
        "lister/poshmark.js",
        "lister/poshmark-engage.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://poshmark.com/order/sales*",
        "https://*.poshmark.com/order/sales*",
        "https://poshmark.com/closet/*",
        "https://*.poshmark.com/closet/*",
        "https://mercari.com/mypage/*",
        "https://*.mercari.com/mypage/*"
      ],
      "js": [
        "sync/selectors.js",
        "sync/observe.js",
        "sync/content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://poshmark.com/closet/*",
        "https://*.poshmark.com/closet/*",
        "https://poshmark.com/listing/*",
        "https://*.poshmark.com/listing/*",
        "https://mercari.com/mypage/listings*",
        "https://*.mercari.com/mypage/listings*",
        "https://mercari.com/item/*",
        "https://*.mercari.com/item/*",
        "https://mercari.com/us/item/*",
        "https://*.mercari.com/us/item/*"
      ],
      "js": [
        "closet-import/selectors.js",
        "closet-import/extract.js",
        "closet-import/content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.mercari.com/*",
        "https://*.mercari.com/*"
      ],
      "js": [
        "lister/selectors.js",
        "lister/common.js",
        "lister/selector-probe.js",
        "lister/mercari.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.grailed.com/*",
        "https://*.grailed.com/*"
      ],
      "js": [
        "lister/selectors.js",
        "lister/common.js",
        "lister/selector-probe.js",
        "lister/grailed.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.vinted.com/*",
        "https://*.vinted.co.uk/*",
        "https://*.vinted.fr/*",
        "https://*.vinted.de/*",
        "https://*.vinted.es/*",
        "https://*.vinted.it/*",
        "https://*.vinted.nl/*",
        "https://*.vinted.pl/*",
        "https://*.vinted.be/*",
        "https://*.vinted.at/*",
        "https://*.vinted.cz/*",
        "https://*.vinted.sk/*",
        "https://*.vinted.lt/*",
        "https://*.vinted.pt/*",
        "https://*.vinted.se/*",
        "https://*.vinted.ro/*",
        "https://*.vinted.hu/*",
        "https://*.vinted.lu/*",
        "https://*.vinted.hr/*",
        "https://*.vinted.gr/*",
        "https://*.vinted.dk/*",
        "https://*.vinted.fi/*"
      ],
      "js": [
        "lister/selectors.js",
        "lister/common.js",
        "lister/selector-probe.js",
        "lister/vinted.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "js": [
        "lister/selectors.js",
        "lister/common.js",
        "lister/selector-probe.js",
        "lister/facebook.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "run-condition-read": {
      "suggested_key": {
        "default": "Alt+G"
      },
      "description": "Get a condition read on this listing"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best GradeThread: Grade & List Alternatives

Here are some Firefox add-ons that are similar to GradeThread: Grade & List: