Persepolis Download Manager Integration

Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.

什麼是Persepolis Download Manager Integration?

Persepolis Download Manager Integration是由Persepolis DM(Jafar Akhondali)開發的Chrome擴展程式,該擴展的主要功能是“Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Persepolis Download Manager Integration擴展crx文件

下載Persepolis Download Manager Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by PDM Download Manager.

Features:
- Catch downloads automatically
- Exclude URLS by keywords for interrupting
- Batch download filter based on include\exclude and file extension 

Please report any Issues here:
https://github.com/persepolisdm/Persepolis-WebExtension

For more info & usage visit:
https://github.com/persepolisdm/persepolis
http://persepolisdm.github.io/                    

擴展基本資訊

名稱 Persepolis Download Manager Integration Persepolis Download Manager Integration
ID legimlagjjoghkoedakdjhocbeomojao
官方網址 https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao
簡介 Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
檔案大小 374 KB
安裝次數 6,239
目前版本 2.4.0
更新時間 2021-08-31
上架時間 2019-06-02
評分 4.48/5 共 61 次評分
開發者 Persepolis DM(Jafar Akhondali)
電子郵箱 [email protected]
付費類型 free
擴展官網 http://persepolisdm.github.io/
說明頁面URL https://github.com/persepolisdm/Persepolis-WebExtension
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentScripts\/content.js"
            ],
            "css": [
                "contentScripts\/modal.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "description": "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.",
    "homepage_url": "https:\/\/github.com\/persepolisdm\/Persepolis-WebExtension",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "19.0",
    "name": "Persepolis Download Manager Integration",
    "short_name": "Persepolis",
    "offline_enabled": true,
    "permissions": [
        "",
        "nativeMessaging",
        "contextMenus",
        "downloads",
        "cookies",
        "storage"
    ],
    "version": "2.4.0"
}