PDM Integration Module

Download files with Persian Download Manager

PDM Integration Module là gì?

PDM Integration Module là một tiện ích mở rộng Chrome được phát triển bởi Reza Hosseinizadeh, và tính năng chính của nó là "Download files with Persian Download Manager".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDM Integration Module

Tải xuống các tệp mở rộng PDM Integration Module dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDM Integration Module PDM Integration Module
ID pbcjhphphejgnocellmcpnfhfofcnpoi
URL Chính Thức https://chromewebstore.google.com/detail/pdm-integration-module/pbcjhphphejgnocellmcpnfhfofcnpoi
Mô tả Download files with Persian Download Manager
Kích Thước Tệp 67.46 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-06-07
Ngày Phát Hành 2020-06-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Reza Hosseinizadeh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://persiandownloadmanager.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}