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…

What is Video Save mood?

Video Save mood is a Chrome extension developed by Amarinao Agrigorevb, and its main feature is "Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…".

Extension Screenshots

screenshot
screenshot

Download Video Save mood Extension CRX File

Download Video Save mood extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Video Save mood Video Save mood
ID kfdgidoaimofhlgcampfojemjhnbmioo
Official URL https://chrome.google.com/webstore/detail/video-save-mood/kfdgidoaimofhlgcampfojemjhnbmioo
Description Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…
File Size 113 KB
Installation Count 7,033
Current Version 3.0.1
Last Updated 2022-11-09
Publish Date 2022-09-10
Rating 5.00/5 Total 1 Ratings
Developer Amarinao Agrigorevb
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jpst.it/337vu
Supported Languages 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"
        }
    ]
}