Amazon Shopping Assistant by Friendly

Amazon product reviews from YouTube without changing tabs

Cos'è Amazon Shopping Assistant by Friendly?

Amazon Shopping Assistant by Friendly è un'estensione di Chrome sviluppata da https://friendly.io, e la sua funzione principale è "Amazon product reviews from YouTube without changing tabs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon Shopping Assistant by Friendly

Scarica i file di estensione Amazon Shopping Assistant by Friendly in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Introducing the Friendly Shopping Advisor for Amazon - the ultimate tool for making informed shopping decisions on Amazon. With this extension, you can easily access review videos for any product on Amazon's website. Simply browse to an Amazon product page, and the extension will automatically insert YouTube review videos into the page, right above the product description.

No more sifting through long lists of written reviews to find the information you need. With Friendly Shopping Advisor, you can see real-life demonstrations and hear firsthand accounts of how products perform. Plus, you can get a better sense of the size, style, and overall feel of the product by watching a review video.

This extension is perfect for anyone who loves to shop on Amazon, but wants to make sure they're getting the best product for their money. So why wait? Try the Friendly Shopping today and start shopping with confidence!

We currently supports Amazon and Target, with more support right around the corner! Let us know what retailers you want to see supported.                    

Informazioni di Base sull'Estensione

Nome Amazon Shopping Assistant by Friendly Amazon Shopping Assistant by Friendly
ID nfhbanljdhplkglplfokinmadhehhidn
URL Ufficiale https://chromewebstore.google.com/detail/amazon-shopping-assistant/nfhbanljdhplkglplfokinmadhehhidn
Descrizione Amazon product reviews from YouTube without changing tabs
Dimensione del File 853 KB
Conteggio Installazioni 1,294
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-01-11
Data di Pubblicazione 2023-01-08
Valutazione 5.00/5 Totale 13 Valutazioni
Sviluppatore https://friendly.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://friendly.io
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Shopping Assistant by Friendly",
    "description": "Amazon product reviews from YouTube without changing tabs",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.jcpenney.com\/*",
                "*:\/\/*.vuoriclothing.com\/*",
                "*:\/\/*.thrivemarket.com\/*",
                "*:\/\/*.zara.com\/*",
                "*:\/\/*.chegg.com\/*",
                "*:\/\/*.lg.com\/*",
                "*:\/\/*.walgreens.com\/*",
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/*.ikea.com\/*",
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.dell.com\/*",
                "*:\/\/*.shein.com\/*",
                "*:\/\/*.kohls.com\/*",
                "*:\/\/*.discogs.com\/*",
                "*:\/\/*.samsung.com\/*",
                "*:\/\/*.mercadolivre.com.br\/*",
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/*.rakuten.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.target.com\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.lego.com\/*",
                "*:\/\/*.nike.com\/*",
                "*:\/\/*.newegg.com\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.apple.com\/*",
                "*:\/\/*.homedepot.com\/*",
                "*:\/\/*.coupang.com\/*",
                "*:\/\/*.costco.com\/*",
                "*:\/\/*.wayfair.com\/*",
                "*:\/\/*.hp.com\/*",
                "*:\/\/*.venusetfleur.com\/*",
                "*:\/\/*.merchology.com\/*",
                "*:\/\/*.chewy.com\/*",
                "*:\/\/*.adidas.com\/*",
                "*:\/\/*.lowes.com\/*",
                "*:\/\/*.macys.com\/*",
                "*:\/\/*.etsy.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.be\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.smile.amazon.com\/*",
                "*:\/\/*.smile.amazon.co.jp\/*",
                "*:\/\/*.smile.amazon.in\/*",
                "*:\/\/*.smile.amazon.co.uk\/*",
                "*:\/\/*.smile.amazon.de\/*",
                "*:\/\/*.smile.amazon.com.br\/*",
                "*:\/\/*.smile.amazon.ca\/*",
                "*:\/\/*.smile.amazon.fr\/*",
                "*:\/\/*.smile.amazon.it\/*",
                "*:\/\/*.smile.amazon.es\/*",
                "*:\/\/*.smile.amazon.com.mx\/*",
                "*:\/\/*.smile.amazon.com.au\/*",
                "*:\/\/*.smile.amazon.eg\/*",
                "*:\/\/*.smile.amazon.nl\/*",
                "*:\/\/*.smile.amazon.com.tr\/*",
                "*:\/\/*.smile.amazon.ae\/*",
                "*:\/\/*.smile.amazon.sa\/*",
                "*:\/\/*.smile.amazon.pl\/*",
                "*:\/\/*.smile.amazon.sg\/*",
                "*:\/\/*.smile.amazon.se\/*",
                "*:\/\/*.smile.amazon.com.be\/*",
                "*:\/\/*.smile.amazon.cn\/*"
            ],
            "js": [
                "src\/enhance-product-pages.cs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*",
                "src\/*.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}