My O'Reilly Downloader

Downloads O'Reilly ebooks, videos, as well as captions.

My O'Reilly Downloader là gì?

My O'Reilly Downloader là một tiện ích mở rộng Chrome được phát triển bởi Gareth Stephenson, và tính năng chính của nó là "Downloads O'Reilly ebooks, videos, as well as captions.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng My O'Reilly Downloader

Tải xuống các tệp mở rộng My O'Reilly Downloader 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

                        IMPORTANT: You MUST have an active, paid subscription to O'Reilly Learning in order for this extension to work. Canceled and unpaid accounts will prevent you from being able to download videos, and ebooks will be rendered incomplete.

A simple extension that allows you to download O'Reilly Learning's (previously Safari Books Online) ebooks and videos for offline viewing. 

You can download ebooks by visiting the book's overview page. Click on the My O'Reilly Downloader Logo in the sidebar to begin downloading an ePub version of the eBook. It's as simple as that!

You can now download videos by visiting the course overview page. Click on the My O'Reilly Downloader Logo in the video sidebars to get a list of all the videos available within the course. There's even a bulk download feature!

NEW!:
Download ebooks in ePub format!
Download subtitles (if they've available) in various languages.

NOTES:
* A recent change on the O'Reilly Learning website might require you to clear your cache and disable your ad-blocker (once off) for the extension to work.

Legal Disclaimer:
This extension is for personal use ONLY. If piracy occurs because of your use of this extension, then YOU will be held legally accountable for the unlicensed distribution of the content, not the author of this extension.                    

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

Tên My O'Reilly Downloader My O'Reilly Downloader
ID deebiaolijlopiocielojiipnpnaldlk
URL Chính Thức https://chromewebstore.google.com/detail/my-oreilly-downloader/deebiaolijlopiocielojiipnpnaldlk
Mô tả Downloads O'Reilly ebooks, videos, as well as captions.
Kích Thước Tệp 92.16 KB
Số Lần Cài Đặt 36,092
Phiên Bản Hiện Tại 1.1.36
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2020-10-10
Đánh Giá 4.77/5 Tổng số 163 Đánh Giá
Nhà Phát Triển Gareth Stephenson
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/ea3fab6a-c55a-4aa2-ac1e-dc4eb6ab6831
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My O'Reilly Downloader",
    "description": "Downloads O'Reilly ebooks, videos, as well as captions.",
    "version": "1.1.36",
    "author": "Gareth Stephenson",
    "icons": {
        "16": "img\/16px.png",
        "48": "img\/48px.png",
        "128": "img\/128px.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/16px.png",
            "48": "img\/48px.png",
            "128": "img\/128px.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wa.min.js",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/course\/*",
                "https:\/\/*\/videos\/*",
                "https:\/\/*\/learning-paths\/*",
                "https:\/\/*\/library\/view\/*",
                "https:\/\/event.on24.com\/eventRegistration\/console\/*"
            ],
            "js": [
                "api.min.js",
                "frontend.min.js",
                "epub.min.js",
                "common.min.js",
                "kaltura_functions.min.js",
                "contentscript.min.js",
                "fflate.js"
            ],
            "css": [
                "myoreillydownloader.css",
                "toast.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/course\/*",
        "https:\/\/*\/videos\/*",
        "https:\/\/*\/learning-paths\/*",
        "https:\/\/*\/library\/view\/*",
        "https:\/\/event.on24.com\/*",
        "https:\/\/74w5vf3eswpo35k4megwrggppq0iretn.lambda-url.us-east-1.on.aws\/*"
    ]
}