PDM Integration Module
Download files with Persian Download Manager
什麼是PDM Integration Module?
PDM Integration Module是由Reza Hosseinizadeh開發的Chrome擴展程式,該擴展的主要功能是“Download files with Persian Download Manager”。
擴展截圖
下載PDM Integration Module擴展crx文件
下載PDM Integration Module擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |