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文件

下載Likee videos downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
            ]
        }
    ]
}