Video Reviews on Amazon

Adds product video reviews to Amazon product pages

Co to jest Video Reviews on Amazon?

Video Reviews on Amazon to rozszerzenie Chrome opracowane przez Mark Carey, a jego główną funkcją jest „Adds product video reviews to Amazon product pages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Video Reviews on Amazon

Pobierz pliki rozszerzeń Video Reviews on Amazon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension automatically embeds video product reviews on all Amazon.com product pages, so you can watch product reviews and demos from real people without leaving the page. Video reviews are a great way to help decide you should buy the product.                    

Podstawowe informacje o rozszerzeniu

Nazwa Video Reviews on Amazon Video Reviews on Amazon
ID nadilcfmdnnalcjjdgkijpefgmenehid
Oficjalny URL https://chromewebstore.google.com/detail/video-reviews-on-amazon/nadilcfmdnnalcjjdgkijpefgmenehid
Opis Adds product video reviews to Amazon product pages
Rozmiar pliku 48.93 KB
Liczba instalacji 131
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2015-11-27
Data Publikacji 2015-11-27
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Mark Carey
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "script.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/www.amazon.com\/*"
            ]
        }
    ],
    "description": "Adds product video reviews to Amazon product pages",
    "name": "Video Reviews on Amazon",
    "permissions": [
        "http:\/\/products.contentblvd.com\/",
        "https:\/\/products.contentblvd.com\/",
        "https:\/\/www.amazon.com\/",
        "https:\/\/apis.google.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'",
    "version": "1.0.3"
}