Scribd, Issuu, Studocu Downloader

Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download

O que é Scribd, Issuu, Studocu Downloader?

Scribd, Issuu, Studocu Downloader é uma extensão do Chrome desenvolvida por https://www.scribddownload.com, e sua principal característica é "Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Scribd, Issuu, Studocu Downloader

Baixe arquivos de extensão Scribd, Issuu, Studocu 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

                        - SCRIBD, ISSUU, Slideshare, Studocu Downloader is an extension that unblurs documents on Scribd website so that it's easy to read the document file.
- Extension for Scribd Downloader, Issuu Downloader, Slideshare Downloader, Studocu Downloader. 
- Just change the domain name scribd.com to scribddownload.com on the Scribd link you want to download.
- Download Scribd Documents from Scribd.com or ISSUU Documents from issuu.com, Slideshare.net, Studocu.com for FREE in PDF, DOCX, PPTX format instantly and no registration required...

- Scribd, ISSUU, Studocu, Slideshare Downloaders: 
- It Can Help You Save Time By Allowing You To Quickly And Easily Download Documents, Presentation Or Books From Scribd.
- It Is Easy To Use And Can Be Used On A Computer Or Mobile Device.
- Scribd, ISSUU, Studocu, Slideshare Downloader Is Secure And Safe.
- This Is Free And Can Be Used On A Wide Range Of Devices.
- Scribd, ISSUU, Studocu, Slideshare Downloader Is Easy To Share And Can Be Used By A Number Of People.

Our Websites:
- ScribdDownload.com: Just change the domain name scribd.com to scribddownload.com on the Scribd link you want to download.
- StudocuDownload.Com: Just change the domain name Studocu.com to StudocuDownload.Com on the Studocu link you want to download.
- SlideDownload.com: Just change the domain name Slideshare.net to SlideDownload.com/download/ on the Slideshare link you want to download.
- Issuu-Download.Net: The best ISSUU Downloader on the internet. We use A.I. technology to detect the content and get the document from open libraries for you.


- Notice: Our website currently only allowed to download the documents from Scribd, URL may be started with following prefix:
- https://www.scribd.com/document/
- https://www.scribd.com/doc/
- https://www.scribd.com/presentation/
- https://www.scribd.com/book/
- https://www.scribd.com/read/
- All docs from issuu.com
- All docs from slideshare.net
- All docs from studocu.com                    

Informações Básicas da Extensão

Nome Scribd, Issuu, Studocu Downloader Scribd, Issuu, Studocu Downloader
ID podpadjojckinniebpnhlakfppnnkppa
URL Oficial https://chromewebstore.google.com/detail/scribd-issuu-studocu-down/podpadjojckinniebpnhlakfppnnkppa
Descrição Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download
Tamanho do Arquivo 844 KB
Contagem de Instalações 22,938
Versão Atual 0.0.5
Última Atualização 2023-07-31
Data de Publicação 2023-06-23
Classificação 1.79/5 Total de 28 Avaliações
Desenvolvedor https://www.scribddownload.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.scribddownload.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scribd, Issuu, Studocu Downloader",
    "version": "0.0.5",
    "manifest_version": 3,
    "description": "Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download",
    "author": "Mr Phat",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon.png"
        },
        "default_title": "Scribd, Issuu, Studocu Downloader",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.scribddownload.com\/*",
                "https:\/\/www.issuu-download.net\/*",
                "https:\/\/www.scribd.com\/*",
                "https:\/\/www.slideshare.net\/*",
                "https:\/\/www.studocu.com\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/lib\/bootstrap.min.js"
            ],
            "css": [
                "styles\/font.css",
                "styles\/main.css",
                "styles\/font-awesome.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon.logo"
            ],
            "matches": [
                ""
            ]
        }
    ]
}