Sold By Amazon

This extension reloads any Amazon search results with only products sold and shipped by Amazon.

Wat is Sold By Amazon?

Sold By Amazon is een Chrome-extensie ontwikkeld door phunglovescats, en de belangrijkste functie is "This extension reloads any Amazon search results with only products sold and shipped by Amazon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sold By Amazon

Download Sold By Amazon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Ever wanted to just see products that are sold and shipped by Amazon? (Lots of promotions require items be sold and shipped by Amazon, for instance.)

Simply do a search on Amazon and then click this extension, and it will reload with items that are sold and shipped by Amazon.

Thanks for downloading!                    

Basisinformatie over de Extensie

Naam Sold By Amazon Sold By Amazon
ID pjckdfjhkhlnohkhbkolbmpljgfcnmae
Officiële URL https://chromewebstore.google.com/detail/sold-by-amazon/pjckdfjhkhlnohkhbkolbmpljgfcnmae
Beschrijving This extension reloads any Amazon search results with only products sold and shipped by Amazon.
Bestandsgrootte 11.5 KB
Aantal Installaties 234
Huidige Versie 1.0
Laatst Bijgewerkt 2023-07-05
Publicatiedatum 2023-07-04
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar phunglovescats
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sold By Amazon",
    "version": "1.0",
    "description": "This extension reloads any Amazon search results with only products sold and shipped by Amazon.",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                ".\/scripts\/content.js"
            ]
        }
    ]
}