Persepolis Download Manager Integration
Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.
Co je Persepolis Download Manager Integration?
Persepolis Download Manager Integration je rozšíření Chrome vyvinuté Persepolis DM(Jafar Akhondali), a jeho hlavní funkcí je „Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Persepolis Download Manager Integration
Stáhněte si soubory rozšíření Persepolis Download Manager Integration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Persepolis Download Manager Integration |
ID | legimlagjjoghkoedakdjhocbeomojao |
Oficiální URL | https://chromewebstore.google.com/detail/persepolis-download-manag/legimlagjjoghkoedakdjhocbeomojao |
Popis | Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager. |
Velikost souboru | 374 KB |
Počet instalací | 6,239 |
Aktuální Verze | 2.4.0 |
Poslední Aktualizace | 2021-08-31 |
Datum Vydání | 2019-06-02 |
Hodnocení | 4.48/5 Celkem 61 Hodnocení |
Vývojář | Persepolis DM(Jafar Akhondali) |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://persepolisdm.github.io/ |
URL Stránky Nápovědy | https://github.com/persepolisdm/Persepolis-WebExtension |
Podporované Jazyky | 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": [ " |