LiteVideoDownloader

LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. When…

Τι είναι το LiteVideoDownloader;

Το LiteVideoDownloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aasm321hsan, και η κύρια λειτουργία του είναι "LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. When…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LiteVideoDownloader

Λήψη αρχείων επέκτασης LiteVideoDownloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. 

When video files are detected, you will see the download button on the extension icon. Just click it and wait for a few seconds until it is saved. 

Now you can enjoy your favorite videos any time.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LiteVideoDownloader LiteVideoDownloader
ID neopknbjmplghljjlanogjhhbnbfdeam
Επίσημο URL https://chrome.google.com/webstore/detail/litevideodownloader/neopknbjmplghljjlanogjhhbnbfdeam
Περιγραφή LiteVideoDownloader finds out the location of media files on the web page and allows you to download them to your device. When…
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2022-02-02
Ημερομηνία Δημοσίευσης 2021-12-29
Αξιολόγηση 4.81/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής aasm321hsan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://paste-bin.xyz/19338
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiteVideoDownloader",
    "version": "0.0.3",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "libs\/jquery.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "32": "images\/logo32.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    }
}