Amazon Prime Video Fast History

This extension adds viewing history links to Amazon prime videos.

¿Qué es Amazon Prime Video Fast History?

Amazon Prime Video Fast History es una extensión de Chrome desarrollada por https://kuniiskywalker.github.io, y su función principal es "This extension adds viewing history links to Amazon prime videos.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazon Prime Video Fast History

Descarga archivos de extensión Amazon Prime Video Fast History en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        I want to see the movie on my PC on the smartphone, but I added it to the watch list and forgot it, it's a bothersome looking!

I do not remember the title of the movie I was watching a while ago!

I'd like to encourage my friends to watch the movie I'm watching but soon this one!

Anyway, I think that I will watch viewing history, but I do not know there is a very stuck place.

This extension adds "viewing history" to the header Now,
It is convenient for sobriety that shortens the time to reach the viewing history.                    

Información Básica de la Extensión

Nombre Amazon Prime Video Fast History Amazon Prime Video Fast History
ID cfifaldajbjpfiafieifemojpfdiccbm
URL Oficial https://chromewebstore.google.com/detail/amazon-prime-video-fast-h/cfifaldajbjpfiafieifemojpfdiccbm
Descripción This extension adds viewing history links to Amazon prime videos.
Tamaño del Archivo 20.78 KB
Cantidad de Instalaciones 3,936
Versión Actual 1.7
Última Actualización 2024-02-23
Fecha de Publicación 2020-04-12
Calificación 3.96/5 Total de 25 Calificaciones
Desarrollador https://kuniiskywalker.github.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://kuniiskywalker.github.io/2017/08/29/amazonprimevideofasthistory/
URL de la Página de Ayuda https://github.com/kuniiskywalker/AmazonPrimeVideoFastHistory/issues
Idiomas Soportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "1.7",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.in\/*"
            ],
            "js": [
                "dist\/main.js"
            ],
            "run_at": "document_end"
        }
    ]
}