Watch Later

Right-click link to add to Youtube 'Watch Later' playlist

Was ist Watch Later?

Watch Later ist eine Chrome-Erweiterung, die von optroot entwickelt wurde, und ihr Hauptmerkmal ist "Right-click link to add to Youtube 'Watch Later' playlist".

Erweiterungsscreenshots

screenshot

Watch Later-Erweiterungs-CRX-Datei herunterladen

Laden Sie Watch Later-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Right-click link to add to Youtube 'Watch Later' playlist.

Right-click icon and select 'Add all to Watch Later' to close all open youtube videos and add them to your watch later playlist.

Adding to watch later now marks the link as read.

Changelog

v1.0.6 -- Added Right-click add all, link visited, and notifications.
v1.0.5 -- Bug Fix
v1.0.3 -- Support for youtube links on youtube
v1.0.2 -- Support for email links
v1.0.1 -- Initial Release                    

Grundlegende Informationen zur Erweiterung

Name Watch Later Watch Later
ID bfecoahhngnbjilhcfibhbpaeldmkgoj
Offizielle URL https://chromewebstore.google.com/detail/watch-later/bfecoahhngnbjilhcfibhbpaeldmkgoj
Beschreibung Right-click link to add to Youtube 'Watch Later' playlist
Dateigröße 197 KB
Installationsanzahl 586
Aktuelle Version 1.0.6
Letztes Update 2017-04-30
Veröffentlichungsdatum 2017-04-29
Bewertung 2.65/5 Insgesamt 20 Bewertungen
Entwickler optroot
Zahlungsart free
Erweiterungswebsite https://github.com/optroot/watch-later
Hilfeseite URL https://github.com/optroot/watch-later
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Watch Later",
    "short_name": "Watch Later",
    "description": "Right-click link to add to Youtube 'Watch Later' playlist",
    "version": "1.0.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaIV2aq5etQHwJwVPHuczBs09fC6gMxIUXe0\/h87s8OmofaOv7eDwWz+31iA4yPHhQ1YXWJXqLmUaz+6l4Ju1ANkY9IBRMZcHUwlLPxxQSnzPD2zuUygmxAJ3Lx0Gl1tUfL8kzjwfyzi\/8KSeG5qGn02D1zPXYsKl8ek1CQjP7wDpxba30ruoZto6zlmoudcEXiFay1lpfXQRqxgia3aIrpXc6PD03RP369ZGP\/\/3JWs4pFClNic05YPBoCvBCcNM9pobSRj2QdbysrWe\/HQIpjRDHPfeQ4p+RykVu6eM+s4AI\/yVRdarSvBpqYDzQbG8zBJG7kfjkGfbafjbNQkKQIDAQAB",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com\/; object-src 'self'",
    "permissions": [
        "identity",
        "contextMenus",
        "notifications",
        "tabs",
        "history"
    ],
    "oauth2": {
        "client_id": "1028861602215-sjolsjc5k7kmo3h3q69c9iks9bb56ata.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Watch Later",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    }
}