Scribd, Issuu, Studocu Downloader

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

什麼是Scribd, Issuu, Studocu Downloader?

Scribd, Issuu, Studocu Downloader是由https://www.scribddownload.com開發的Chrome擴展程式,該擴展的主要功能是“Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Scribd, Issuu, Studocu Downloader擴展crx文件

下載Scribd, Issuu, Studocu Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - 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                    

擴展基本資訊

名稱 Scribd, Issuu, Studocu Downloader Scribd, Issuu, Studocu Downloader
ID podpadjojckinniebpnhlakfppnnkppa
官方網址 https://chromewebstore.google.com/detail/scribd-issuu-studocu-down/podpadjojckinniebpnhlakfppnnkppa
簡介 Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download
檔案大小 844 KB
安裝次數 22,938
目前版本 0.0.5
更新時間 2023-07-31
上架時間 2023-06-23
評分 1.79/5 共 28 次評分
開發者 https://www.scribddownload.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.scribddownload.com/
支援的語言 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": [
                ""
            ]
        }
    ]
}