Any Video Resume

Return to last time you stopped any video.

Wat is Any Video Resume?

Any Video Resume is een Chrome-extensie ontwikkeld door https://www.bit01.de, en de belangrijkste functie is "Return to last time you stopped any video.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Any Video Resume

Download Any Video Resume-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Any Video Resume Any Video Resume
ID nlbiijlalckdjibflknamcbhonniglkl
Officiële URL https://chrome.google.com/webstore/detail/any-video-resume/nlbiijlalckdjibflknamcbhonniglkl
Beschrijving Return to last time you stopped any video.
Bestandsgrootte 20.34 KB
Aantal Installaties 100
Huidige Versie 1.2.0
Laatst Bijgewerkt 2021-11-26
Publicatiedatum 2021-11-10
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.bit01.de
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/bitnulleins/any-video-resume
Help Pagina-URL https://www.bit01.de/kontakt/
Ondersteunde Talen 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"
    ]
}