Simple Video Download Helper

Simple Video Download Helper (doesn't work on youtube.com)

什麼是Simple Video Download Helper?

Simple Video Download Helper是由https://weibomiaopai.com開發的Chrome擴展程式,該擴展的主要功能是“Simple Video Download Helper (doesn't work on youtube.com)”。

擴展截圖

screenshot

下載Simple Video Download Helper擴展crx文件

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

擴展使用說明

                        Please note (NO YOUTUBE): Google does not allow any behavior that supports or encourages downloading youtube videos and therefore this plugin does not support youtube anymore.

Members get VIP keys: https://www.buymeacoffee.com/y0BtG5R                    

擴展基本資訊

名稱 Simple Video Download Helper Simple Video Download Helper
ID ilcdiicigjaccgipndigcenjieedjohj
官方網址 https://chromewebstore.google.com/detail/simple-video-download-hel/ilcdiicigjaccgipndigcenjieedjohj
簡介 Simple Video Download Helper (doesn't work on youtube.com)
檔案大小 1.5 MB
安裝次數 31,576
目前版本 3.0.25
更新時間 2022-09-06
上架時間 2020-03-10
評分 3.20/5 共 131 次評分
開發者 https://weibomiaopai.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://weibomiaopai.com
說明頁面URL https://weibomiaopai.com
隱私政策頁面URL https://helloacm.com/disclaimer
支援的語言 en,en-GB,en-US,pt-BR,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Video Download Helper",
    "short_name": "Video Download Helper",
    "default_locale": "en",
    "version": "3.0.25",
    "action": {
        "default_icon": "icon.png",
        "default_title": "Video Download Helper (Doesnt work on Youtube)",
        "default_popup": "main.html"
    },
    "offline_enabled": true,
    "author": "justyy",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "Simple Video Download Helper (doesn't work on youtube.com)",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "dist\/*",
                "images\/*",
                "bs\/*",
                "tested-urls.txt"
            ],
            "extension_ids": [
                "ilcdiicigjaccgipndigcenjieedjohj"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/uploadbeta.com\/api\/*",
        "https:\/\/video.justyy.workers.dev\/api\/*"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/background.js"
            ]
        }
    ]
}