Walmart Only No Third Party Seller

Click the extension to filter product lists on Walmart by excluding third-party sellers.

Τι είναι το Walmart Only No Third Party Seller;

Το Walmart Only No Third Party Seller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mint Developers, και η κύρια λειτουργία του είναι "Click the extension to filter product lists on Walmart by excluding third-party sellers.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Walmart Only No Third Party Seller

Λήψη αρχείων επέκτασης Walmart Only No Third Party Seller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        When you search products on Walmart, do you sometimes want to see only products sold by Walmart.com, not by third party sellers? This extension does the filtering for you.

How to use this extension: click the extension to filter out third-party sellers, when you are on a product list page (for example: a product search result page) from Walmart.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Walmart Only No Third Party Seller Walmart Only No Third Party Seller
ID jeoigkpfpgffhdiceflednochpdciahj
Επίσημο URL https://chromewebstore.google.com/detail/walmart-only-no-third-par/jeoigkpfpgffhdiceflednochpdciahj
Περιγραφή Click the extension to filter product lists on Walmart by excluding third-party sellers.
Μέγεθος Αρχείου 21.39 KB
Αριθμός Εγκαταστάσεων 1,379
Τρέχουσα Έκδοση 5
Τελευταία Ενημέρωση 2023-06-26
Ημερομηνία Δημοσίευσης 2020-08-30
Αξιολόγηση 3.42/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Mint Developers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/images\/html128.png",
            "16": "assets\/images\/html16.png",
            "32": "assets\/images\/html32.png",
            "48": "assets\/images\/html48.png"
        },
        "default_title": "Click the extension to exclude third party sellers on any product list pages on Walmart (e.g. search results). The icon changes if the exclusion succeeds."
    },
    "description": "Click the extension to filter product lists on Walmart by excluding third-party sellers.",
    "manifest_version": 3,
    "name": "Walmart Only No Third Party Seller",
    "host_permissions": [
        "http:\/\/*.walmart.com\/*",
        "https:\/\/*.walmart.com\/*"
    ],
    "permissions": [
        "webRequest"
    ],
    "version": "5",
    "icons": {
        "128": "assets\/images\/html128.png",
        "16": "assets\/images\/html16.png",
        "32": "assets\/images\/html32.png",
        "48": "assets\/images\/html48.png"
    }
}