WWDChrome
Watch Apple WWDC videos using Google Chrome
Vad är WWDChrome?
WWDChrome är en Chrome-tillägg utvecklad av jrejaud, och dess huvudfunktion är "Watch Apple WWDC videos using Google Chrome".
Tilläggsskärmbilder
Ladda ner WWDChrome-förlängningens CRX-fil
Ladda ner WWDChrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | WWDChrome |
ID | lohmkcogbijdfgphbioenppfnjfdjebp |
Officiell webbadress | https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp |
Beskrivning | Watch Apple WWDC videos using Google Chrome |
Filstorlek | 302 KB |
Antal Installationer | 787 |
Aktuell Version | 0.1.4 |
Senast Uppdaterad | 2017-10-11 |
Publiceringsdatum | 2017-10-10 |
Betyg | 3.97/5 Totalt 36 Betyg |
Utvecklare | jrejaud |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jrejaud/WWDChrome |
Stödda Språk | 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" } } |