PDM Integration Module

Download files with Persian Download Manager

Was ist PDM Integration Module?

PDM Integration Module ist eine Chrome-Erweiterung, die von Reza Hosseinizadeh entwickelt wurde, und ihr Hauptmerkmal ist "Download files with Persian Download Manager".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

PDM Integration Module-Erweiterungs-CRX-Datei herunterladen

Laden Sie PDM Integration Module-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PDM Integration Module PDM Integration Module
ID pbcjhphphejgnocellmcpnfhfofcnpoi
Offizielle URL https://chromewebstore.google.com/detail/pdm-integration-module/pbcjhphphejgnocellmcpnfhfofcnpoi
Beschreibung Download files with Persian Download Manager
Dateigröße 67.46 KB
Installationsanzahl 60
Aktuelle Version 1.2.1
Letztes Update 2020-06-07
Veröffentlichungsdatum 2020-06-06
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Reza Hosseinizadeh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://persiandownloadmanager.com
Unterstützte Sprachen 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"
    ]
}