Amazon Prime Video Fast History
This extension adds viewing history links to Amazon prime videos.
Was ist Amazon Prime Video Fast History?
Amazon Prime Video Fast History ist eine Chrome-Erweiterung, die von https://kuniiskywalker.github.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds viewing history links to Amazon prime videos.".
Erweiterungsscreenshots
Amazon Prime Video Fast History-Erweiterungs-CRX-Datei herunterladen
Laden Sie Amazon Prime Video Fast History-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Amazon Prime Video Fast History |
ID | cfifaldajbjpfiafieifemojpfdiccbm |
Offizielle URL | https://chromewebstore.google.com/detail/amazon-prime-video-fast-h/cfifaldajbjpfiafieifemojpfdiccbm |
Beschreibung | This extension adds viewing history links to Amazon prime videos. |
Dateigröße | 20.78 KB |
Installationsanzahl | 3,936 |
Aktuelle Version | 1.7 |
Letztes Update | 2024-02-23 |
Veröffentlichungsdatum | 2020-04-12 |
Bewertung | 3.96/5 Insgesamt 25 Bewertungen |
Entwickler | https://kuniiskywalker.github.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://kuniiskywalker.github.io/2017/08/29/amazonprimevideofasthistory/ |
Hilfeseite URL | https://github.com/kuniiskywalker/AmazonPrimeVideoFastHistory/issues |
Unterstützte Sprachen | 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" } ] } |