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
官方URL 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"
    }
}