PDM Integration Module

Download files with Persian Download Manager

PDM Integration Moduleとは何ですか?

PDM Integration ModuleはReza Hosseinizadehによって開発されたChromeの拡張機能で、その主な機能は「Download files with Persian Download Manager」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
    ]
}