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
公式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
Eメール [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\/*"
            ]
        }
    ]
}