vksaver - music saver vk

VKsaver - save music with bitrate display, select folder to save

vksaver - music saver vk란 무엇입니까?

vksaver - music saver vk은(는) https://vksaver.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VKsaver - save music with bitrate display, select folder to save"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

vksaver - music saver vk 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Vksaver - поможет Вам скачать музыку ВКонтакте и видео. Сохраняются файлы с оригинальным названием, указанным в социальной сети.

Иконки расширения вписываются в пользовательский интерфейс vk.com и не отвлекают внимание.

VKsaver are for informational purposes only, thanks to which you have the opportunity to download media files (audio, video) from the VKontakte social network. We are against piracy, so the user who installed our extension agrees to remove it within 24 hours after installation or to take care of paying for the copyright yourself. We disclaim all responsibility for what purposes VKsaver will be used.

С помощью нашего расширения вы можете скачать бесплатно музыку из вк и слушать любимые композиции без ограничений.                    

확장 프로그램 기본 정보

이름 vksaver - music saver vk vksaver - music saver vk
ID lnfeimcodfbhcnbllmeemfadfnmeacac
공식 URL https://chromewebstore.google.com/detail/vksaver-music-saver-vk/lnfeimcodfbhcnbllmeemfadfnmeacac
설명 VKsaver - save music with bitrate display, select folder to save
파일 크기 119 KB
설치 횟수 4,000
현재 버전 1.1.1
최근 업데이트 2024-01-17
출시 날짜 2023-08-30
평점 4.83/5 총 70 개의 평점
개발자 https://vksaver.site
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://is-top.ru/privacy.html
지원되는 언어 en,ru
manifest.json
{
    "action": {
        "default_popup": "html\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/insert.js"
            ],
            "css": [
                "css\/download.css"
            ],
            "matches": [
                "*:\/\/vk.com\/*",
                "https:\/\/*.vkuservideo.net\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon\/128.png"
    },
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "scripting",
        "downloads",
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": true
        }
    ]
}