Downloads Pro

A clean and modern download manager for professionals.

Downloads Pro란 무엇입니까?

Downloads Pro은(는) Ner Karso에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A clean and modern download manager for professionals."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Downloads Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        What's New
- User color scheme support
- New light and dark theme
- Fresh and polished design
- Fixed some minor bugs

This extension blends seamlessly with your browser's UI and you can easily access all your downloads with a single click.

*This extension does not track you!                    

확장 프로그램 기본 정보

이름 Downloads Pro Downloads Pro
ID lhhocifdmhogpekeppdjamkelohahbop
공식 URL https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop
설명 A clean and modern download manager for professionals.
파일 크기 18.72 KB
설치 횟수 6,216
현재 버전 3.0.2
최근 업데이트 2021-04-03
출시 날짜 2019-10-26
평점 4.56/5 총 66 개의 평점
개발자 Ner Karso
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0.2",
    "name": "Downloads Pro",
    "short_name": "Downloads",
    "description": "A clean and modern download manager for professionals.",
    "icons": {
        "16": "img\/icons\/icon-16x16.png",
        "48": "img\/icons\/icon-48x48.png",
        "128": "img\/icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/icons\/icon-48x48.png",
        "default_popup": "popup.html",
        "default_title": "Downloads"
    },
    "content_scripts": [
        {
            "js": [
                "js\/gizmo.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/icons\/icon-48x48.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "downloads.open",
        "downloads.shelf",
        "downloads"
    ],
    "incognito": "split"
}