PDM Integration Module

Download files with Persian Download Manager

Τι είναι το PDM Integration Module;

Το PDM Integration Module είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Reza Hosseinizadeh, και η κύρια λειτουργία του είναι "Download files with Persian Download Manager".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου 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 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"
    ]
}