Persepolis Download Manager Integration
Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
Qu'est-ce que Persepolis Download Manager Integration ?
Persepolis Download Manager Integration est une extension Chrome développée par Persepolis DM(Jafar Akhondali), et sa fonction principale est "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Persepolis Download Manager Integration
Téléchargez les fichiers d'extension Persepolis Download Manager Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Persepolis Download Manager Integration |
ID | legimlagjjoghkoedakdjhocbeomojao |
URL Officiel | https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao |
Description | Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager. |
Taille du Fichier | 374 KB |
Nombre d'Installations | 6,239 |
Version Actuelle | 2.4.0 |
Dernière Mise à Jour | 2021-08-31 |
Date de Publication | 2019-06-02 |
Évaluation | 4.48/5 Total 61 Évaluations |
Développeur | Persepolis DM(Jafar Akhondali) |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://persepolisdm.github.io/ |
URL de la Page d'Aide | https://github.com/persepolisdm/Persepolis-WebExtension |
Langues Prises en Charge | 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": [ " |