Documents Downloader

Only for DOCUMENTS of a known page

What is Documents Downloader?

Documents Downloader is a Chrome extension developed by dialguiba1994, and its main feature is "Only for DOCUMENTS of a known page".

Extension Screenshots

screenshot

Download Documents Downloader Extension CRX File

Download Documents Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Documentos de Scribd - Documents from Scribd

IMPORTANT: 
ONLY FOR DOCUMENTS!                    

Extension Basic Information

Name Documents Downloader Documents Downloader
ID ikecplijfhabpahaolhdgglbbafknkdo
Official URL https://chromewebstore.google.com/detail/documents-downloader/ikecplijfhabpahaolhdgglbbafknkdo
Description Only for DOCUMENTS of a known page
File Size 25.88 KB
Installation Count 50,150
Current Version 2.0.1
Last Updated 2022-10-12
Publish Date 2020-12-09
Rating 4.33/5 Total 260 Ratings
Developer dialguiba1994
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Documents Downloader",
    "description": "Only for DOCUMENTS of a known page",
    "version": "2.0.1",
    "action": {
        "default_icon": {
            "16": "icons\/favicon-16x16-gray.png",
            "32": "icons\/favicon-32x32-gray.png",
            "96": "icons\/favicon-96x96-gray.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}