Persepolis Download Manager Integration

Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.

What is Persepolis Download Manager Integration?

Persepolis Download Manager Integration is a Chrome extension developed by Persepolis DM(Jafar Akhondali), and its main feature is "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Persepolis Download Manager Integration Extension CRX File

Download Persepolis Download Manager Integration 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

                        Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by PDM Download Manager.

Features:
- Catch downloads automatically
- Exclude URLS by keywords for interrupting
- Batch download filter based on include\exclude and file extension 

Please report any Issues here:
https://github.com/persepolisdm/Persepolis-WebExtension

For more info & usage visit:
https://github.com/persepolisdm/persepolis
http://persepolisdm.github.io/                    

Extension Basic Information

Name Persepolis Download Manager Integration Persepolis Download Manager Integration
ID legimlagjjoghkoedakdjhocbeomojao
Official URL https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao
Description Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
File Size 374 KB
Installation Count 6,239
Current Version 2.4.0
Last Updated 2021-08-31
Publish Date 2019-06-02
Rating 4.48/5 Total 61 Ratings
Developer Persepolis DM(Jafar Akhondali)
Email [email protected]
Payment Type free
Extension Website http://persepolisdm.github.io/
Help Page URL https://github.com/persepolisdm/Persepolis-WebExtension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentScripts\/content.js"
            ],
            "css": [
                "contentScripts\/modal.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.",
    "homepage_url": "https:\/\/github.com\/persepolisdm\/Persepolis-WebExtension",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "19.0",
    "name": "Persepolis Download Manager Integration",
    "short_name": "Persepolis",
    "offline_enabled": true,
    "permissions": [
        "",
        "nativeMessaging",
        "contextMenus",
        "downloads",
        "cookies",
        "storage"
    ],
    "version": "2.4.0"
}