Likee videos downloader

Easy download videos with/without watermark on Likee.video

Likee videos downloaderคืออะไร?

Likee videos downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phillippmueller74 และคุณลักษณะหลักของมันคือ "Easy download videos with/without watermark on Likee.video"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Likee videos downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}