Scribd, Issuu, Studocu Downloader

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

Scribd, Issuu, Studocu Downloaderคืออะไร?

Scribd, Issuu, Studocu Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.scribddownload.com และคุณลักษณะหลักของมันคือ "Extension for Scribd Download, Issuu Download, SlideShare Downlodoad, Studocu Download"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scribd, Issuu, Studocu Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                ""
            ]
        }
    ]
}