WWDChrome

Watch Apple WWDC videos using Google Chrome

WWDChrome là gì?

WWDChrome là một tiện ích mở rộng Chrome được phát triển bởi jrejaud, và tính năng chính của nó là "Watch Apple WWDC videos using Google Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WWDChrome

Tải xuống các tệp mở rộng WWDChrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WWDChrome WWDChrome
ID lohmkcogbijdfgphbioenppfnjfdjebp
URL Chính Thức https://chromewebstore.google.com/detail/wwdchrome/lohmkcogbijdfgphbioenppfnjfdjebp
Mô tả Watch Apple WWDC videos using Google Chrome
Kích Thước Tệp 302 KB
Số Lần Cài Đặt 787
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2017-10-11
Ngày Phát Hành 2017-10-10
Đánh Giá 3.97/5 Tổng số 36 Đánh Giá
Nhà Phát Triển jrejaud
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jrejaud/WWDChrome
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}