Video Save mood

Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…

Cos'è Video Save mood?

Video Save mood è un'estensione di Chrome sviluppata da Amarinao Agrigorevb, e la sua funzione principale è "Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video Save mood

Scarica i file di estensione Video Save mood 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

                        Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC.
Main feature:
- High download speed
- Easy to use
- Multi-file download
- Large list of sites to download
• Works with other extensions to download and does not take up much space on your device.
For more information, please visit: https://justpaste.it/5xdds

_______________________

Added supporting https://archive.org/details/movies Now you can download videos from more resources                    

Informazioni di Base sull'Estensione

Nome Video Save mood Video Save mood
ID kfdgidoaimofhlgcampfojemjhnbmioo
URL Ufficiale https://chrome.google.com/webstore/detail/video-save-mood/kfdgidoaimofhlgcampfojemjhnbmioo
Descrizione Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…
Dimensione del File 113 KB
Conteggio Installazioni 7,033
Versione Corrente 3.0.1
Ultimo Aggiornamento 2022-11-09
Data di Pubblicazione 2022-09-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Amarinao Agrigorevb
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jpst.it/337vu
Lingue Supportate en,es,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "version": "3.0.1",
    "permissions": [
        "storage",
        "downloads",
        "scripting",
        "cookies",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* http:\/\/* http:\/\/*:* https:\/\/*:* data: blob: filesystem:;"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_js\/providers\/tubes.js",
                "s-content.js",
                "scripts\/content.js",
                "scripts\/replacer.js"
            ],
            "match_about_blank": false,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}