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
公式URL 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)
Eメール [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"
}