WWDChrome

Watch Apple WWDC videos using Google Chrome

Что такое WWDChrome?

WWDChrome - это расширение Chrome, разработанное jrejaud, и его основная функция - "Watch Apple WWDC videos using Google Chrome".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WWDChrome

Скачайте файлы расширений 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
Электронная почта [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"
    }
}