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"
        }
    ]
}