VK Tik-Tok Instagram video downloader

VK Tik-Tok Instagram video downloader also vimeo, facebook, yandex music, dailymotion, deezer, spotify

VK Tik-Tok Instagram video downloader란 무엇입니까?

VK Tik-Tok Instagram video downloader은(는) https://poqdev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "VK Tik-Tok Instagram video downloader also vimeo, facebook, yandex music, dailymotion, deezer, spotify"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VK Tik-Tok Instagram video downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Very easy extension that allows you to:
* Download video from VK, Tik-Tok, Instagram, vimeo, facebook
* Download music from yandex music, dailymotion, deezer, spotify

All that you need to do:
* Pin the extension (as shown in the first screenshot)
* Open you favourite site
* Click on the icon of extension (as shown in the second screenshot)
* Click on the "download" icon (as shown in the second screenshot)

The extension can not download video from YouTube because of Google rules.                    

확장 프로그램 기본 정보

이름 VK Tik-Tok Instagram video downloader VK Tik-Tok Instagram video downloader
ID pndbkmpibfppofmbjbjcikehfeeljlhh
공식 URL https://chromewebstore.google.com/detail/vk-tik-tok-instagram-vide/pndbkmpibfppofmbjbjcikehfeeljlhh
설명 VK Tik-Tok Instagram video downloader also vimeo, facebook, yandex music, dailymotion, deezer, spotify
파일 크기 288 KB
설치 횟수 4,882
현재 버전 1.0.0
최근 업데이트 2021-02-02
출시 날짜 2021-02-01
평점 3.33/5 총 15 개의 평점
개발자 https://poqdev.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://video.poqdev.com/
도움말 페이지 URL https://video.poqdev.com/
개인정보 보호 정책 페이지 URL https://poqdev.com/privacity
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "js\/lib\/grafy.js",
            "js\/lib\/analytics.js",
            "js\/lib\/jquery-3.1.1.min.js",
            "js\/lib\/tools.js",
            "js\/_config.js",
            "js\/search-engine.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/32.png",
        "default_popup": "popup.html",
        "default_title": "VK Tik-Tok Instagram video downloader"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/app.css",
                "css\/sidebar.css",
                "css\/content.css"
            ],
            "js": [
                "js\/lib\/jquery-3.1.1.min.js",
                "js\/lib\/tools.js",
                "js\/lib\/md5.min.js",
                "js\/_config.js",
                "js\/app.js",
                "js\/providers\/abstract-provider.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/lib\/analytics.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/fb.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/in.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/tw.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/vm.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/dz.js"
            ],
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/sc.js"
            ],
            "matches": [
                "*:\/\/soundcloud.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/sf.js"
            ],
            "matches": [
                "*:\/\/*.spotify.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/mr.js"
            ],
            "matches": [
                "*:\/\/my.mail.ru\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/dm.js"
            ],
            "matches": [
                "*:\/\/*.dailymotion.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/ya.js"
            ],
            "matches": [
                "*:\/\/music.yandex.ru\/*",
                "*:\/\/music.yandex.ua\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/vk.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ]
        },
        {
            "all_frames": true,
            "js": [
                "js\/providers\/tt.js"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ]
        },
        {
            "css": [
                "css\/app.css",
                "css\/sidebar.css",
                "css\/content.css"
            ],
            "js": [
                "js\/providers\/xx.js",
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "img\/128.png",
        "32": "img\/32.png",
        "64": "img\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "downloads",
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "img\/*"
    ]
}