WWDChrome

Watch Apple WWDC videos using Google Chrome

Co to jest WWDChrome?

WWDChrome to rozszerzenie Chrome opracowane przez jrejaud, a jego główną funkcją jest „Watch Apple WWDC videos using Google Chrome”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WWDChrome

Pobierz pliki rozszerzeń WWDChrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WWDChrome WWDChrome
ID lohmkcogbijdfgphbioenppfnjfdjebp
Oficjalny URL https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp
Opis Watch Apple WWDC videos using Google Chrome
Rozmiar pliku 302 KB
Liczba instalacji 787
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2017-10-11
Data Publikacji 2017-10-10
Ocena 3.97/5 Łącznie 36 Oceny
Deweloper jrejaud
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jrejaud/WWDChrome
Obsługiwane Języki 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"
    }
}