Amazon Prime Video Fast History

This extension adds viewing history links to Amazon prime videos.

Что такое Amazon Prime Video Fast History?

Amazon Prime Video Fast History - это расширение Chrome, разработанное https://kuniiskywalker.github.io, и его основная функция - "This extension adds viewing history links to Amazon prime videos.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Amazon Prime Video Fast History

Скачайте файлы расширений Amazon Prime Video Fast History в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Amazon Prime Video Fast History Amazon Prime Video Fast History
ID cfifaldajbjpfiafieifemojpfdiccbm
Официальный URL https://chromewebstore.google.com/detail/amazon-prime-video-fast-h/cfifaldajbjpfiafieifemojpfdiccbm
Описание This extension adds viewing history links to Amazon prime videos.
Размер файла 20.78 KB
Количество установок 3,936
Текущая Версия 1.7
Последнее Обновление 2024-02-23
Дата публикации 2020-04-12
Рейтинг 3.96/5 Всего 25 оценок
Разработчик https://kuniiskywalker.github.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://kuniiskywalker.github.io/2017/08/29/amazonprimevideofasthistory/
URL страницы помощи https://github.com/kuniiskywalker/AmazonPrimeVideoFastHistory/issues
Поддерживаемые языки 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"
        }
    ]
}