SaveFrom.net Helper

Download TikTok, Facebook, VK.com and 40+ sites in one click.

SaveFrom.net Helper란 무엇입니까?

SaveFrom.net Helper은(는) downloadhelper7에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download TikTok, Facebook, VK.com and 40+ sites in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SaveFrom.net Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        SaveFrom.net Helper features:
- Supports popular social networks and video hosting;
- Batch download of audio and video recordings, as well as photo albums from social networks;
- You can select the quality of downloaded files;

SaveFrom.net helper is an essential tool for downloading media from the internet in one click! It helps you download videos, photos, and music from TikTok, Instagram.com, VK.com, and many others like that.

While downloading audio files user gets the following features:
- Download all mp3 files from the page,
- Save mp3 files with proper titles,
- Check bitrate and file size of an audio file,
- Save the playlist on the computer (to listen to it later on your player).                    

확장 프로그램 기본 정보

이름 SaveFrom.net Helper SaveFrom.net Helper
ID bkemklnfmefiejflhjpelnoopmehdkaf
공식 URL https://chromewebstore.google.com/detail/savefromnet-helper/bkemklnfmefiejflhjpelnoopmehdkaf
설명 Download TikTok, Facebook, VK.com and 40+ sites in one click.
파일 크기 409 KB
설치 횟수 268,689
현재 버전 9.659
최근 업데이트 2022-04-21
출시 날짜 2021-12-26
평점 2.94/5 총 103 개의 평점
개발자 downloadhelper7
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://downloader-app.com/privacy.html
지원되는 언어 id,de,en,fr,tr,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Itproductdev Ltd",
    "version": "9.659",
    "minimum_chrome_version": "40",
    "default_locale": "ru",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "unlimitedStorage",
        "",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/vimeo_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/dailymotion.*\/*",
                "http:\/\/*.dailymotion.*\/*",
                "https:\/\/dailymotion.*\/*",
                "https:\/\/*.dailymotion.*\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/dailymotion_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.soundcloud.com\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/soundcloud_com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.vk.com\/*",
                "*:\/\/*.vkontakte.ru\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/vkontakte_ru.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.ok.ru\/*",
                "*:\/\/*.odnoklassniki.ru\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/odnoklassniki_ru.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/my.mail.ru\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/mail_ru.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/facebook_com.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.rutube.ru\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/rutube_ru.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/tiktok_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.by\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/yandex_music.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/twitch_tv.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/matchtv.ru\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/match_tv.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        }
    ]
}