Wallapop, Vinted, Milanuncios y Facebook Edge

Examine source code of Wallapop, Vinted, Milanuncios y Facebook

Inspect and view changes in Wallapop, Vinted, Milanuncios y Facebook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Wallapop, Vinted, Milanuncios y Facebook",
  "version": "14.17.72",
  "description": "Gesti�n avanzada de anuncios en Wallapop, Milanuncios, Facebook Marketplace y Vinted.",
  "minimum_chrome_version": "114",
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "windows",
    "sidePanel",
    "scripting"
  ],
  "host_permissions": [
    "https://*.wallapop.com/*",
    "https://*.wallapop.es/*",
    "https://*.milanuncios.com/*",
    "https://*.facebook.com/*",
    "https://*.vinted.es/*",
    "https://*.vinted.com/*",
    "https://*.vinted.fr/*",
    "https://*.vinted.it/*",
    "https://*.vinted.de/*",
    "https://*.vinted.co.uk/*",
    "https://*.vinted.pl/*",
    "https://*.vinted.pt/*",
    "https://*.vinted.nl/*",
    "https://*.vinted.be/*",
    "https://*.vinted.at/*",
    "https://*.vinted.cz/*",
    "https://*.vinted.lt/*",
    "https://*.vinted.dk/*",
    "https://*.vinted.ee/*",
    "https://*.vinted.fi/*",
    "https://*.vinted.gr/*",
    "https://*.vinted.hr/*",
    "https://*.vinted.hu/*",
    "https://*.vinted.ie/*",
    "https://*.vinted.lu/*",
    "https://*.vinted.lv/*",
    "https://*.vinted.ro/*",
    "https://*.vinted.se/*",
    "https://*.vinted.si/*",
    "https://*.vinted.sk/*",
    "https://*.vinted.net/*",
    "https://*.mitiklive.com/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "side_panel": {
    "default_path": "login.html"
  },
  "action": {
    "default_title": "MitikLive - Click para abrir panel"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.wallapop.com/*",
        "https://*.wallapop.es/*"
      ],
      "css": [
        "shared/css/countdown.css"
      ],
      "js": [
        "wallapop/content-script.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "https://*.milanuncios.com/*"
      ],
      "js": [
        "milanuncios/content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://*.facebook.com/marketplace/*"
      ],
      "css": [
        "shared/css/countdown.css"
      ],
      "js": [
        "facebook/content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://*.facebook.com/marketplace/create/*"
      ],
      "css": [
        "shared/css/countdown.css"
      ],
      "js": [
        "facebook/content-publisher.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://*.vinted.es/*",
        "https://*.vinted.com/*",
        "https://*.vinted.fr/*",
        "https://*.vinted.it/*",
        "https://*.vinted.de/*",
        "https://*.vinted.co.uk/*",
        "https://*.vinted.pl/*",
        "https://*.vinted.pt/*",
        "https://*.vinted.nl/*",
        "https://*.vinted.be/*",
        "https://*.vinted.at/*",
        "https://*.vinted.cz/*",
        "https://*.vinted.lt/*",
        "https://*.vinted.dk/*",
        "https://*.vinted.ee/*",
        "https://*.vinted.fi/*",
        "https://*.vinted.gr/*",
        "https://*.vinted.hr/*",
        "https://*.vinted.hu/*",
        "https://*.vinted.ie/*",
        "https://*.vinted.lu/*",
        "https://*.vinted.lv/*",
        "https://*.vinted.ro/*",
        "https://*.vinted.se/*",
        "https://*.vinted.si/*",
        "https://*.vinted.sk/*"
      ],
      "js": [
        "vinted/content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "shared/utils.js",
        "shared/js/modals.js",
        "shared/js/listing-change-detector.js",
        "shared/i18n/index.js",
        "shared/i18n/*.json",
        "shared/lib/leaflet/images/*",
        "wallapop/scripts/delete.js",
        "wallapop/scripts/publish/*"
      ],
      "matches": [
        "https://*.wallapop.com/*",
        "https://*.wallapop.es/*"
      ]
    },
    {
      "resources": [
        "shared/utils.js",
        "shared/delay-utils.js",
        "shared/js/listing-change-detector.js",
        "shared/i18n/index.js",
        "shared/i18n/*.json",
        "icons/icon48.png"
      ],
      "matches": [
        "https://*.vinted.es/*",
        "https://*.vinted.com/*",
        "https://*.vinted.fr/*",
        "https://*.vinted.it/*",
        "https://*.vinted.de/*",
        "https://*.vinted.co.uk/*",
        "https://*.vinted.pl/*",
        "https://*.vinted.pt/*",
        "https://*.vinted.nl/*",
        "https://*.vinted.be/*",
        "https://*.vinted.at/*",
        "https://*.vinted.cz/*",
        "https://*.vinted.lt/*",
        "https://*.vinted.dk/*",
        "https://*.vinted.ee/*",
        "https://*.vinted.fi/*",
        "https://*.vinted.gr/*",
        "https://*.vinted.hr/*",
        "https://*.vinted.hu/*",
        "https://*.vinted.ie/*",
        "https://*.vinted.lu/*",
        "https://*.vinted.lv/*",
        "https://*.vinted.ro/*",
        "https://*.vinted.se/*",
        "https://*.vinted.si/*",
        "https://*.vinted.sk/*"
      ]
    },
    {
      "resources": [
        "shared/js/listing-change-detector.js",
        "shared/lib/jszip.min.js",
        "icons/icon48.png"
      ],
      "matches": [
        "https://*.milanuncios.com/*"
      ]
    },
    {
      "resources": [
        "icons/icon48.png"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}

Best Wallapop, Vinted, Milanuncios y Facebook Alternatives

Here are some Edge add-ons that are similar to Wallapop, Vinted, Milanuncios y Facebook: