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" ] } |