WWDChrome

Watch Apple WWDC videos using Google Chrome

Was ist WWDChrome?

WWDChrome ist eine Chrome-Erweiterung, die von jrejaud entwickelt wurde, und ihr Hauptmerkmal ist "Watch Apple WWDC videos using Google Chrome".

Erweiterungsscreenshots

screenshot

WWDChrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie WWDChrome-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

                        Chrome extension which lets you watch Apple's WWDC Developer Videos using Google Chrome (thus not having to use Safari).

*Note that this extension only works on the developer videos, and not the live stream.*

This extension automatically replaces the video that says "Streaming is available in Safari, and through the WWDC app." with the blocked video itself.                    

Grundlegende Informationen zur Erweiterung

Name WWDChrome WWDChrome
ID lohmkcogbijdfgphbioenppfnjfdjebp
Offizielle URL https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp
Beschreibung Watch Apple WWDC videos using Google Chrome
Dateigröße 302 KB
Installationsanzahl 787
Aktuelle Version 0.1.4
Letztes Update 2017-10-11
Veröffentlichungsdatum 2017-10-10
Bewertung 3.97/5 Insgesamt 36 Bewertungen
Entwickler jrejaud
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jrejaud/WWDChrome
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WWDChrome",
    "manifest_version": 2,
    "version": "0.1.4",
    "description": "Watch Apple WWDC videos using Google Chrome",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/developer.apple.com\/videos\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}