Amazon Prime Video Fast History
This extension adds viewing history links to Amazon prime videos.
Qu'est-ce que Amazon Prime Video Fast History ?
Amazon Prime Video Fast History est une extension Chrome développée par https://kuniiskywalker.github.io, et sa fonction principale est "This extension adds viewing history links to Amazon prime videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Prime Video Fast History
Téléchargez les fichiers d'extension Amazon Prime Video Fast History au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Amazon Prime Video Fast History |
ID | cfifaldajbjpfiafieifemojpfdiccbm |
URL Officiel | https://chromewebstore.google.com/detail/amazon-prime-video-fast-h/cfifaldajbjpfiafieifemojpfdiccbm |
Description | This extension adds viewing history links to Amazon prime videos. |
Taille du Fichier | 20.78 KB |
Nombre d'Installations | 3,936 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2024-02-23 |
Date de Publication | 2020-04-12 |
Évaluation | 3.96/5 Total 25 Évaluations |
Développeur | https://kuniiskywalker.github.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://kuniiskywalker.github.io/2017/08/29/amazonprimevideofasthistory/ |
URL de la Page d'Aide | https://github.com/kuniiskywalker/AmazonPrimeVideoFastHistory/issues |
Langues Prises en Charge | 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" } ] } |