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是由https://kuniiskywalker.github.io開發的Chrome擴展程式,該擴展的主要功能是“This extension adds viewing history links to Amazon prime videos.”。

擴展截圖

screenshot
screenshot

下載Amazon Prime Video Fast History擴展crx文件

下載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
官方網址 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"
        }
    ]
}