WWDChrome
Watch Apple WWDC videos using Google Chrome
Hvad er WWDChrome?
WWDChrome er en Chrome-udvidelse udviklet af jrejaud, og dens hovedfunktion er "Watch Apple WWDC videos using Google Chrome".
Udvidelsesskærmbilleder
Download WWDChrome-udvidelses-CRX-fil
Download WWDChrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | WWDChrome |
ID | lohmkcogbijdfgphbioenppfnjfdjebp |
Officiel URL | https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp |
Beskrivelse | Watch Apple WWDC videos using Google Chrome |
Filstørrelse | 302 KB |
Antal Installationer | 787 |
Nuværende Version | 0.1.4 |
Senest Opdateret | 2017-10-11 |
Udgivelsesdato | 2017-10-10 |
Bedømmelse | 3.97/5 Samlet 36 Bedømmelser |
Udvikler | jrejaud |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jrejaud/WWDChrome |
Understøttede Sprog | 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" } } |