Files Download Now

Files Download Now is an extension that enables you easily and quickly download multiple files from websites. Also it allows you to…

Files Download Now란 무엇입니까?

Files Download Now은(는) blakemeredith73에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Files Download Now is an extension that enables you easily and quickly download multiple files from websites. Also it allows you to…"입니다.

확장 프로그램 스크린샷

screenshot

Files Download Now 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Files Download Now is an extension that enables you easily and quickly download multiple files from websites.
Also it allows you to keep track of downloads and get quick access to manage or create new downloads.

Files Download now helps you download packages and manage them with only one click, both on a chrome page and on your computer downloaded folders.

With this extension, you can easily make order with your downloaded files by getting to the chrome downloads page and search for a specific file from the list, delete unwanted files and order them as you wish. 

~~ Contact Us ~~

Email: [email protected]


For more information please visit our site: https://filesdownloadnow.me/                    

확장 프로그램 기본 정보

이름 Files Download Now Files Download Now
ID bjpmfbglhpacegicjficddlamggnmbhk
공식 URL https://chrome.google.com/webstore/detail/files-download-now/bjpmfbglhpacegicjficddlamggnmbhk
설명 Files Download Now is an extension that enables you easily and quickly download multiple files from websites. Also it allows you to…
파일 크기 951 KB
설치 횟수 10,000
현재 버전 1.0.0.67
최근 업데이트 2022-05-17
출시 날짜 2022-05-17
평점 5.00/5 총 1 개의 평점
개발자 blakemeredith73
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://filesdownloadnow.me/
도움말 페이지 URL https://filesdownloadnow.me/#section-features
개인정보 보호 정책 페이지 URL https://darkscreen.network/site/pages/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Files Download Now",
    "description": "",
    "version": "1.0.0.67",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "action": {
        "default_title": "__MSG_app_name__",
        "default_icon": "img\/16.png",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "downloads"
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    }
}