Persepolis Download Manager Integration
Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
Cos'è Persepolis Download Manager Integration?
Persepolis Download Manager Integration è un'estensione di Chrome sviluppata da Persepolis DM(Jafar Akhondali), e la sua funzione principale è "Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Persepolis Download Manager Integration
Scarica i file di estensione Persepolis Download Manager Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | Persepolis Download Manager Integration |
ID | legimlagjjoghkoedakdjhocbeomojao |
URL Ufficiale | https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao |
Descrizione | Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager. |
Dimensione del File | 374 KB |
Conteggio Installazioni | 6,239 |
Versione Corrente | 2.4.0 |
Ultimo Aggiornamento | 2021-08-31 |
Data di Pubblicazione | 2019-06-02 |
Valutazione | 4.48/5 Totale 61 Valutazioni |
Sviluppatore | Persepolis DM(Jafar Akhondali) |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://persepolisdm.github.io/ |
URL della Pagina di Aiuto | https://github.com/persepolisdm/Persepolis-WebExtension |
Lingue Supportate | 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": [ " |