Likee videos downloader

Easy download videos with/without watermark on Likee.video

Likee videos downloader란 무엇입니까?

Likee videos downloader은(는) phillippmueller74에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy download videos with/without watermark on Likee.video"입니다.

확장 프로그램 스크린샷

screenshot

Likee videos downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is one of the easiest tools to download Likee videos. It works perfectly with watermark and no watermark videos. No need to install any apps to use our service, all you need is a browser and a valid link which you paste on the home page.
========
https://likeevideos.download/privacy-and-cookies-policy                    

확장 프로그램 기본 정보

이름 Likee videos downloader Likee videos downloader
ID icmodafbjkdmoehjedclgejkolbfppdk
공식 URL https://chromewebstore.google.com/detail/likee-videos-downloader/icmodafbjkdmoehjedclgejkolbfppdk
설명 Easy download videos with/without watermark on Likee.video
파일 크기 98.02 KB
설치 횟수 328
현재 버전 0.0.1
최근 업데이트 2021-11-07
출시 날짜 2021-11-06
평점 2.00/5 총 3 개의 평점
개발자 phillippmueller74
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://likeevideos.download/
도움말 페이지 URL https://likeevideos.download/chrome-extension/
개인정보 보호 정책 페이지 URL https://123seeks.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.0.1",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "homepage_url": "https:\/\/likeevideos.download",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/likee.video\/*"
            ],
            "js": [
                "content\/import-index.js"
            ]
        },
        {
            "matches": [
                "https:\/\/likeevideos.download\/*"
            ],
            "js": [
                "content\/import-likeevideos.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "storage",
        "downloads",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js",
                "content\/likeevideos.js"
            ],
            "matches": [
                "https:\/\/likee.video\/*",
                "https:\/\/likeevideos.download\/*"
            ]
        }
    ]
}