WWDChrome

Watch Apple WWDC videos using Google Chrome

Apa itu WWDChrome?

WWDChrome adalah ekstensi Chrome yang dikembangkan oleh jrejaud, dan fitur utamanya adalah "Watch Apple WWDC videos using Google Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi WWDChrome

Unduh file ekstensi WWDChrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WWDChrome WWDChrome
ID lohmkcogbijdfgphbioenppfnjfdjebp
URL Resmi https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp
Deskripsi Watch Apple WWDC videos using Google Chrome
Ukuran File 302 KB
Jumlah Instalasi 787
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2017-10-11
Tanggal Publikasi 2017-10-10
Penilaian 3.97/5 Total 36 Penilaian
Pengembang jrejaud
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jrejaud/WWDChrome
Bahasa yang Didukung 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"
    }
}