WWDChrome
Watch Apple WWDC videos using Google Chrome
Wat is WWDChrome?
WWDChrome is een Chrome-extensie ontwikkeld door jrejaud, en de belangrijkste functie is "Watch Apple WWDC videos using Google Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie WWDChrome
Download WWDChrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lohmkcogbijdfgphbioenppfnjfdjebp |
| Officiële URL | https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp |
| Beschrijving | Watch Apple WWDC videos using Google Chrome |
| Bestandsgrootte | 302 KB |
| Aantal Installaties | 787 |
| Huidige Versie | 0.1.4 |
| Laatst Bijgewerkt | 2017-10-11 |
| Publicatiedatum | 2017-10-10 |
| Beoordeling | 3.97/5 Totaal 36 Beoordelingen |
| Ontwikkelaar | jrejaud |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/jrejaud/WWDChrome |
| Ondersteunde Talen | 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"
}
} | |