Prime Video Search

Search Amazon™ Prime Video

Co to jest Prime Video Search?

Prime Video Search to rozszerzenie Chrome opracowane przez Prime Video, a jego główną funkcją jest „Search Amazon™ Prime Video”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Prime Video Search

Pobierz pliki rozszerzeń Prime Video Search 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

                        Amazon™ Prime Video Search.
Prime Video Search extension for Google Chrome.

Find you next movie or TV series with this helpful tool.

Prime Video Search comes with the latest official Prime Video YouTube videos embedded in a popup window so it's easy to find your next title to watch.
Or right-mouse click selected text or images to Search on Amazon Prime Video.



Prime Video Search is not related in any way to Amazon Prime Video Inc.                    

Podstawowe informacje o rozszerzeniu

Nazwa Prime Video Search Prime Video Search
ID dpgggcdkgdbmgjnenmbobebcnkbdfgif
Oficjalny URL https://chromewebstore.google.com/detail/prime-video-search/dpgggcdkgdbmgjnenmbobebcnkbdfgif
Opis Search Amazon™ Prime Video
Rozmiar pliku 131 KB
Liczba instalacji 270
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-01-12
Data Publikacji 2021-02-19
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Prime Video
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "background": {
        "scripts": [
            "background.js",
            "update-conf.js",
            "update.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        "images\/*.png",
        "popup.js",
        "style.css"
    ]
}