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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Persepolis DM(Jafar Akhondali), και η κύρια λειτουργία του είναι "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Persepolis Download Manager Integration

Λήψη αρχείων επέκτασης 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)
Ηλεκτρονικό ταχυδρομείο [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"
}