Likee videos downloader

Easy download videos with/without watermark on Likee.video

Cos'è Likee videos downloader?

Likee videos downloader è un'estensione di Chrome sviluppata da phillippmueller74, e la sua funzione principale è "Easy download videos with/without watermark on Likee.video".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Likee videos downloader

Scarica i file di estensione Likee videos downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Likee videos downloader Likee videos downloader
ID icmodafbjkdmoehjedclgejkolbfppdk
URL Ufficiale https://chromewebstore.google.com/detail/likee-videos-downloader/icmodafbjkdmoehjedclgejkolbfppdk
Descrizione Easy download videos with/without watermark on Likee.video
Dimensione del File 98.02 KB
Conteggio Installazioni 328
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-11-07
Data di Pubblicazione 2021-11-06
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore phillippmueller74
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://likeevideos.download/
URL della Pagina di Aiuto https://likeevideos.download/chrome-extension/
URL della Pagina della Politica sulla Privacy https://123seeks.com/privacy-policy
Lingue Supportate 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\/*"
            ]
        }
    ]
}