Scribd, Issuu, Studocu Downloader

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

Apa itu Scribd, Issuu, Studocu Downloader?

Scribd, Issuu, Studocu Downloader adalah ekstensi Chrome yang dikembangkan oleh https://www.scribddownload.com, dan fitur utamanya adalah "Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Scribd, Issuu, Studocu Downloader

Unduh file ekstensi Scribd, Issuu, Studocu Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        - 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                    

Informasi Dasar Ekstensi

Nama Scribd, Issuu, Studocu Downloader Scribd, Issuu, Studocu Downloader
ID podpadjojckinniebpnhlakfppnnkppa
URL Resmi https://chromewebstore.google.com/detail/scribd-issuu-studocu-down/podpadjojckinniebpnhlakfppnnkppa
Deskripsi Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download
Ukuran File 844 KB
Jumlah Instalasi 22,938
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2023-07-31
Tanggal Publikasi 2023-06-23
Penilaian 1.79/5 Total 28 Penilaian
Pengembang https://www.scribddownload.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.scribddownload.com/
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}