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是由Persepolis DM(Jafar Akhondali)开发的Chrome扩展程序,该扩展的主要功能是“Persepolis Download Manager Integration extension replaces default download manager of Google Chrome by Persepolis Download Manager.”。
扩展截图
下载Persepolis Download Manager Integration扩展crx文件
下载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 |
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": [ " |