Persepolis Download Manager Integration

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

Persepolis Download Manager Integration là gì?

Persepolis Download Manager Integration là một tiện ích mở rộng Chrome được phát triển bởi Persepolis DM(Jafar Akhondali), và tính năng chính của nó là "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Persepolis Download Manager Integration

Tải xuống các tệp mở rộng Persepolis Download Manager Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Persepolis Download Manager Integration Persepolis Download Manager Integration
ID legimlagjjoghkoedakdjhocbeomojao
URL Chính Thức https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao
Mô tả Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
Kích Thước Tệp 374 KB
Số Lần Cài Đặt 6,239
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2021-08-31
Ngày Phát Hành 2019-06-02
Đánh Giá 4.48/5 Tổng số 61 Đánh Giá
Nhà Phát Triển Persepolis DM(Jafar Akhondali)
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://persepolisdm.github.io/
URL Trang Trợ Giúp https://github.com/persepolisdm/Persepolis-WebExtension
Ngôn Ngữ Được Hỗ Trợ 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"
}