WWDChrome

Watch Apple WWDC videos using Google Chrome

什麼是WWDChrome?

WWDChrome是由jrejaud開發的Chrome擴展程式,該擴展的主要功能是“Watch Apple WWDC videos using Google Chrome”。

擴展截圖

screenshot

下載WWDChrome擴展crx文件

下載WWDChrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 WWDChrome WWDChrome
ID lohmkcogbijdfgphbioenppfnjfdjebp
官方網址 https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp
簡介 Watch Apple WWDC videos using Google Chrome
檔案大小 302 KB
安裝次數 787
目前版本 0.1.4
更新時間 2017-10-11
上架時間 2017-10-10
評分 3.97/5 共 36 次評分
開發者 jrejaud
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/jrejaud/WWDChrome
支援的語言 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"
    }
}