PDM Integration Module
Download files with Persian Download Manager
PDM Integration Module क्या है?
PDM Integration Module Reza Hosseinizadeh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download files with Persian Download Manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PDM Integration Module एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | PDM Integration Module |
ID | pbcjhphphejgnocellmcpnfhfofcnpoi |
आधिकारिक URL | https://chromewebstore.google.com/detail/pdm-integration-module/pbcjhphphejgnocellmcpnfhfofcnpoi |
विवरण | Download files with Persian Download Manager |
फ़ाइल का आकार | 67.46 KB |
स्थापना संख्या | 60 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2020-06-07 |
प्रकाशन तिथि | 2020-06-06 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Reza Hosseinizadeh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://persiandownloadmanager.com |
समर्थित भाषाएँ | 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" ] } |