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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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"
        }
    ]
} | |