Video Resumer

Automatically resumes YouTube videos from where you played them last.

Wat is Video Resumer?

Video Resumer is een Chrome-extensie ontwikkeld door Appteligent LTD., en de belangrijkste functie is "Automatically resumes YouTube videos from where you played them last.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Video Resumer

Download Video Resumer-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

                        Without this extension, for example, when you click through YouTube videos, back and forth, they always start from the beginning, even those, you left watched half way through. No more. With this extension, previously watched videos will resume from where you left them at. Even if you restart your browser.

Version 1.2.1, 1.2.2 fix playback issues with updated YouTube interface.

Version 1.2.0 brings additional options, such as considering a video finished if only a few seconds remain on it and expiring older videos.

Version 1.1 and up now handles YouTube videos, posted on other websites.                    

Basisinformatie over de Extensie

Naam Video Resumer Video Resumer
ID bongjkoajofkfpofginnhecihgaeldpe
Officiële URL https://chromewebstore.google.com/detail/video-resumer/bongjkoajofkfpofginnhecihgaeldpe
Beschrijving Automatically resumes YouTube videos from where you played them last.
Bestandsgrootte 20.69 KB
Aantal Installaties 44,553
Huidige Versie 1.2.2
Laatst Bijgewerkt 2014-02-06
Publicatiedatum 2014-02-05
Beoordeling 4.03/5 Totaal 343 Beoordelingen
Ontwikkelaar Appteligent LTD.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Resumer",
    "version": "1.2.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "content\/options.html",
    "background": {
        "scripts": [
            "content\/settings.js",
            "content\/console.js",
            "content\/chrome-storage.js",
            "content\/tracker.js",
            "main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/settings.js",
                "content\/console.js",
                "content\/yt.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/embed\/*"
            ],
            "js": [
                "content\/settings.js",
                "content\/console.js",
                "content\/yt.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms"
    ]
}