PDM Integration Module
Download files with Persian Download Manager
Co to jest PDM Integration Module?
PDM Integration Module to rozszerzenie Chrome opracowane przez Reza Hosseinizadeh, a jego główną funkcją jest „Download files with Persian Download Manager”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PDM Integration Module
Pobierz pliki rozszerzeń PDM Integration Module w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | PDM Integration Module |
ID | pbcjhphphejgnocellmcpnfhfofcnpoi |
Oficjalny URL | https://chromewebstore.google.com/detail/pdm-integration-module/pbcjhphphejgnocellmcpnfhfofcnpoi |
Opis | Download files with Persian Download Manager |
Rozmiar pliku | 67.46 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2020-06-07 |
Data Publikacji | 2020-06-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Reza Hosseinizadeh |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://persiandownloadmanager.com |
Obsługiwane Języki | 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" ] } |