PDM Integration Module
Download files with Persian Download Manager
PDM Integration Moduleคืออะไร?
PDM Integration Module เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reza Hosseinizadeh และคุณลักษณะหลักของมันคือ "Download files with Persian Download Manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDM Integration Module
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |