WWDChrome

Watch Apple WWDC videos using Google Chrome

Qu'est-ce que WWDChrome ?

WWDChrome est une extension Chrome développée par jrejaud, et sa fonction principale est "Watch Apple WWDC videos using Google Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WWDChrome

Téléchargez les fichiers d'extension WWDChrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WWDChrome WWDChrome
ID lohmkcogbijdfgphbioenppfnjfdjebp
URL Officiel https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp
Description Watch Apple WWDC videos using Google Chrome
Taille du Fichier 302 KB
Nombre d'Installations 787
Version Actuelle 0.1.4
Dernière Mise à Jour 2017-10-11
Date de Publication 2017-10-10
Évaluation 3.97/5 Total 36 Évaluations
Développeur jrejaud
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jrejaud/WWDChrome
Langues Prises en Charge 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"
    }
}