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
官方URL 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": [
                ""
            ]
        }
    ]
}