FlareGet Integration

FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.

FlareGet Integration란 무엇입니까?

FlareGet Integration은(는) https://flareget.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager."입니다.

확장 프로그램 스크린샷

screenshot

FlareGet Integration 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Official extension to integrate Chrome with Flareget Download Manager.


In order to prevent Flareget from taking over the download, just press hold 'Insert' or 'F' or 'Shift' or 'Alt' key.                    

확장 프로그램 기본 정보

이름 FlareGet Integration FlareGet Integration
ID hoboanjcaobnfchcnlgjhmnmogmnbipb
공식 URL https://chromewebstore.google.com/detail/flareget-integration/hoboanjcaobnfchcnlgjhmnmogmnbipb
설명 FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.
파일 크기 34.68 KB
설치 횟수 32,355
현재 버전 2.50
최근 업데이트 2019-06-19
출시 날짜 2019-06-18
평점 4.34/5 총 539 개의 평점
개발자 https://flareget.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flareget.com
도움말 페이지 URL https://flareget.com/support
개인정보 보호 정책 페이지 URL https://flareget.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FlareGet Integration",
    "version": "2.50",
    "description": "FlareGet Browser Integration extension replaces default download manager of Google Chrome by Flareget Download Manager.",
    "homepage_url": "http:\/\/www.flareget.com\/",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "minimum_chrome_version": "19.0",
    "offline_enabled": true,
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}