Playback Button

Adds a button for Playback.app to YouTube

Was ist Playback Button?

Playback Button ist eine Chrome-Erweiterung, die von Max Ogden entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button for Playback.app to YouTube".

Erweiterungsscreenshots

screenshot

Playback Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Playback Button-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

                        Adds a button to YouTube videos on YouTube.com that lets you play the video in Playback.app (https://github.com/mafintosh/playback)                    

Grundlegende Informationen zur Erweiterung

Name Playback Button Playback Button
ID jibgihafbnobhcaankccoekndbilehmc
Offizielle URL https://chromewebstore.google.com/detail/playback-button/jibgihafbnobhcaankccoekndbilehmc
Beschreibung Adds a button for Playback.app to YouTube
Dateigröße 32.6 KB
Installationsanzahl 250
Aktuelle Version 1.0.1
Letztes Update 2015-04-13
Veröffentlichungsdatum 2015-04-13
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Max Ogden
Zahlungsart free
Erweiterungswebsite https://github.com/maxogden/playback-chrome
Hilfeseite URL https://github.com/maxogden/playback-chrome
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/github.com\/maxogden\/playback-chrome",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": []
}