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…

什麼是Video Save mood?

Video Save mood是由Amarinao Agrigorevb開發的Chrome擴展程式,該擴展的主要功能是“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
screenshot

下載Video Save mood擴展crx文件

下載Video Save mood擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Video Save mood Video Save mood
ID kfdgidoaimofhlgcampfojemjhnbmioo
官方網址 https://chrome.google.com/webstore/detail/video-save-mood/kfdgidoaimofhlgcampfojemjhnbmioo
簡介 Video Save mood - It is an extension that helps you easily download media files from all sites for quick viewing on your PC. Main…
檔案大小 113 KB
安裝次數 7,033
目前版本 3.0.1
更新時間 2022-11-09
上架時間 2022-09-10
評分 5.00/5 共 1 次評分
開發者 Amarinao Agrigorevb
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://jpst.it/337vu
支援的語言 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"
        }
    ]
}