PDM Integration Module

Download files with Persian Download Manager

What is PDM Integration Module?

PDM Integration Module is a Chrome extension developed by Reza Hosseinizadeh, and its main feature is "Download files with Persian Download Manager".

Extension Screenshots

screenshot
screenshot
screenshot

Download PDM Integration Module Extension CRX File

Download PDM Integration Module 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

                        This extension integrates your browser with the Persian Download Manager (PDM). To send downloading jobs to PDM, first enable the extension from the toolbar button and then process as normal.

Note: To be able to pass download links to PDM, you need to install a minimal native client application. This application is a bridge between browser and operating system.

Please report any Issues here:
https://PersianDownloadManager.com                    

Extension Basic Information

Name PDM Integration Module PDM Integration Module
ID pbcjhphphejgnocellmcpnfhfofcnpoi
Official URL https://chromewebstore.google.com/detail/pdm-integration-module/pbcjhphphejgnocellmcpnfhfofcnpoi
Description Download files with Persian Download Manager
File Size 67.46 KB
Installation Count 60
Current Version 1.2.1
Last Updated 2020-06-07
Publish Date 2020-06-06
Rating 5.00/5 Total 1 Ratings
Developer Reza Hosseinizadeh
Email [email protected]
Payment Type free
Extension Website https://persiandownloadmanager.com
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "name": "PDM Integration Module",
    "version": "1.2.1",
    "description": "Download files with Persian Download Manager",
    "author": "PadideSoft, Ltd.",
    "homepage_url": "https:\/\/persiandownloadmanager.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "windows",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content\/css\/main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/images\/arrow.png",
        "content\/images\/play.png"
    ]
}