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 Mint Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click the extension to filter product lists on Walmart by excluding third-party sellers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Walmart Only No Third Party Seller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}