My Percipio Downloader

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

O que é My Percipio Downloader?

My Percipio Downloader é uma extensão do Chrome desenvolvida por Gareth Stephenson, e sua principal característica é "Downloads Percipio (Skillsoft) ebooks, audio books and videos.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My Percipio Downloader

Baixe arquivos de extensão My Percipio Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome My Percipio Downloader My Percipio Downloader
ID gcibkmehbigfkeoigcobhhinlgoiomdn
URL Oficial https://chromewebstore.google.com/detail/my-percipio-downloader/gcibkmehbigfkeoigcobhhinlgoiomdn
Descrição Downloads Percipio (Skillsoft) ebooks, audio books and videos.
Tamanho do Arquivo 28.64 KB
Contagem de Instalações 1,277
Versão Atual 1.7.9
Última Atualização 2024-02-23
Data de Publicação 2022-09-22
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor Gareth Stephenson
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/ea3fab6a-c55a-4aa2-ac1e-dc4eb6ab6831
Idiomas Suportados 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\/*"
    ]
}