Any Video Resume

Return to last time you stopped any video.

Any Video Resumeとは何ですか?

Any Video Resumeはhttps://www.bit01.deによって開発されたChromeの拡張機能で、その主な機能は「Return to last time you stopped any video.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Any Video Resume拡張機能のCRXファイルをダウンロード

Any Video Resume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension remembers where you last left a video and *resumes* it there. This works for ANY HTML5 video on all common platforms (YouTube, Vimeo, ...). This works even without a logged in user. for each It remembers the last places of videos for a year.

It considers only videos that go at least 60 seconds. It will ignore short videos (intros, promotional videos...). As soon as the last 30 seconds are reached, the video starts from the beginning.                    

拡張機能の基本情報

名前 Any Video Resume Any Video Resume
ID nlbiijlalckdjibflknamcbhonniglkl
公式URL https://chrome.google.com/webstore/detail/any-video-resume/nlbiijlalckdjibflknamcbhonniglkl
説明 Return to last time you stopped any video.
ファイルサイズ 20.34 KB
インストール数 100
現在のバージョン 1.2.0
最終更新日 2021-11-26
公開日 2021-11-10
評価 5.00/5 合計 2 レビュー
開発者 https://www.bit01.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bitnulleins/any-video-resume
ヘルプページのURL https://www.bit01.de/kontakt/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Any Video Resume",
    "version": "1.2.0",
    "description": "Return to last time you stopped any video.",
    "icons": {
        "48": "icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/storage.js",
                ".\/js\/video.js",
                ".\/js\/content.js",
                ".\/js\/popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/logo-48.png",
        "default_popup": ".\/html\/popup.html"
    },
    "permissions": [
        "storage"
    ]
}