PDM Integration Module
Download files with Persian Download Manager
Qu'est-ce que PDM Integration Module ?
PDM Integration Module est une extension Chrome développée par Reza Hosseinizadeh, et sa fonction principale est "Download files with Persian Download Manager".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDM Integration Module
Téléchargez les fichiers d'extension PDM Integration Module au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PDM Integration Module |
ID | pbcjhphphejgnocellmcpnfhfofcnpoi |
URL Officiel | https://chromewebstore.google.com/detail/pdm-integration-module/pbcjhphphejgnocellmcpnfhfofcnpoi |
Description | Download files with Persian Download Manager |
Taille du Fichier | 67.46 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2020-06-07 |
Date de Publication | 2020-06-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Reza Hosseinizadeh |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://persiandownloadmanager.com |
Langues Prises en Charge | 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" ] } |