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…

Apa itu Video Save mood?

Video Save mood adalah ekstensi Chrome yang dikembangkan oleh Amarinao Agrigorevb, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Save mood

Unduh file ekstensi Video Save mood dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Video Save mood Video Save mood
ID kfdgidoaimofhlgcampfojemjhnbmioo
URL Resmi https://chrome.google.com/webstore/detail/video-save-mood/kfdgidoaimofhlgcampfojemjhnbmioo
Deskripsi Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…
Ukuran File 113 KB
Jumlah Instalasi 7,033
Versi Saat Ini 3.0.1
Terakhir Diperbarui 2022-11-09
Tanggal Publikasi 2022-09-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Amarinao Agrigorevb
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://jpst.it/337vu
Bahasa yang Didukung 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"
        }
    ]
}