SaveFrom.net helper

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

SaveFrom.net helper là gì?

SaveFrom.net helper là một tiện ích mở rộng Chrome được phát triển bởi sfhelper.extension, và tính năng chính của nó là "Download Facebook, VK.com, Soundcloud and 40+ sites in one click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SaveFrom.net helper

Tải xuống các tệp mở rộng SaveFrom.net helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.

Downloading from VK.com
SaveFrom.net helper integrates into the website design, adding a download link for albums with user photos, audio, and video files.

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 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;                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SaveFrom.net helper SaveFrom.net helper
ID akncjgblpooaigmieecjiigaebgblnaj
URL Chính Thức https://chromewebstore.google.com/detail/savefromnet-helper/akncjgblpooaigmieecjiigaebgblnaj
Mô tả Download Facebook, VK.com, Soundcloud and 40+ sites in one click.
Kích Thước Tệp 406 KB
Số Lần Cài Đặt 479,684
Phiên Bản Hiện Tại 10.11
Cập Nhật Lần Cuối 2024-02-12
Ngày Phát Hành 2021-04-20
Đánh Giá 2.59/5 Tổng số 145 Đánh Giá
Nhà Phát Triển sfhelper.extension
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/16HyLiaSCbxvNvIeCuiDw9PoIsdblfnqgZMQoiQSS22I/edit
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,tr,es,ru,uk,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Itproductdev Ltd",
    "version": "10.11",
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "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",
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "",
        "clipboardWrite",
        "webRequest"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "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\/*"
            ],
            "exclude_matches": [
                "*:\/\/queuev4.vk.com\/*",
                "*:\/\/queuev4.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": [
                "*:\/\/sf-helper.net\/*",
                "*:\/\/oauth2.televzr.com\/*"
            ],
            "js": [
                "includes\/commons.js",
                "includes\/oauth_helper_net.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        }
    ]
}