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
Eメール [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"
    }
}