My Percipio Downloader

Downloads Percipio (Skillsoft) ebooks, audio books and videos.

My Percipio Downloaderとは何ですか?

My Percipio DownloaderはGareth Stephensonによって開発されたChromeの拡張機能で、その主な機能は「Downloads Percipio (Skillsoft) ebooks, audio books and videos.」です。

拡張機能のスクリーンショット

screenshot

My Percipio Downloader拡張機能のCRXファイルをダウンロード

My Percipio Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        IMPORTANT: You MUST have an active, paid subscription to Percipio (Skillsoft) in order for this extension to work. Canceled and unpaid accounts will prevent you from being able to download ebooks and videos.

A simple extension that allows you to download Percipio (Skillsoft) ebooks, audio books and videos.

You can download ebooks and videos by visiting the book, audio book or video's page. Click on the My Percipio Downloader Logo in the top navigation bar to begin downloading an ePub version of the eBook, an audio book, or all the videos in a course. It's as simple as that!

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.                    

拡張機能の基本情報

名前 My Percipio Downloader My Percipio Downloader
ID gcibkmehbigfkeoigcobhhinlgoiomdn
公式URL https://chromewebstore.google.com/detail/my-percipio-downloader/gcibkmehbigfkeoigcobhhinlgoiomdn
説明 Downloads Percipio (Skillsoft) ebooks, audio books and videos.
ファイルサイズ 28.64 KB
インストール数 1,277
現在のバージョン 1.7.9
最終更新日 2024-02-23
公開日 2022-09-22
評価 5.00/5 合計 6 レビュー
開発者 Gareth Stephenson
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/ea3fab6a-c55a-4aa2-ac1e-dc4eb6ab6831
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "My Percipio Downloader",
    "description": "Downloads Percipio (Skillsoft) ebooks, audio books and videos.",
    "version": "1.7.9",
    "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"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "common.js",
                "*.png",
                "*.svg"
            ],
            "matches": [
                "https:\/\/*.percipio.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.percipio.com\/*"
            ],
            "js": [
                "fflate.js",
                "epub.js",
                "common.js",
                "contentscript.js"
            ],
            "css": [
                "mypercipiodownloader.css",
                "toast.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "webRequest",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.percipio.com\/*"
    ]
}