WWDChrome
Watch Apple WWDC videos using Google Chrome
What is WWDChrome?
WWDChrome is a Chrome extension developed by jrejaud, and its main feature is "Watch Apple WWDC videos using Google Chrome".
Extension Screenshots
Download WWDChrome Extension CRX File
Download WWDChrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WWDChrome |
ID | lohmkcogbijdfgphbioenppfnjfdjebp |
Official URL | https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp |
Description | Watch Apple WWDC videos using Google Chrome |
File Size | 302 KB |
Installation Count | 787 |
Current Version | 0.1.4 |
Last Updated | 2017-10-11 |
Publish Date | 2017-10-10 |
Rating | 3.97/5 Total 36 Ratings |
Developer | jrejaud |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jrejaud/WWDChrome |
Supported Languages | 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" } } |