Amazon Prime Video Fast History

This extension adds viewing history links to Amazon prime videos.

Wat is Amazon Prime Video Fast History?

Amazon Prime Video Fast History is een Chrome-extensie ontwikkeld door https://kuniiskywalker.github.io, en de belangrijkste functie is "This extension adds viewing history links to Amazon prime videos.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Amazon Prime Video Fast History

Download Amazon Prime Video Fast History-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

                        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.                    

Basisinformatie over de Extensie

Naam Amazon Prime Video Fast History Amazon Prime Video Fast History
ID cfifaldajbjpfiafieifemojpfdiccbm
Officiële URL https://chromewebstore.google.com/detail/amazon-prime-video-fast-h/cfifaldajbjpfiafieifemojpfdiccbm
Beschrijving This extension adds viewing history links to Amazon prime videos.
Bestandsgrootte 20.78 KB
Aantal Installaties 3,936
Huidige Versie 1.7
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2020-04-12
Beoordeling 3.96/5 Totaal 25 Beoordelingen
Ontwikkelaar https://kuniiskywalker.github.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://kuniiskywalker.github.io/2017/08/29/amazonprimevideofasthistory/
Help Pagina-URL https://github.com/kuniiskywalker/AmazonPrimeVideoFastHistory/issues
Ondersteunde Talen 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"
        }
    ]
}