Simple Video Download Helper

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

What is Simple Video Download Helper?

Simple Video Download Helper is a Chrome extension developed by https://weibomiaopai.com, and its main feature is "Simple Video Download Helper (doesn't work on youtube.com)".

Extension Screenshots

screenshot

Download Simple Video Download Helper Extension CRX File

Download Simple Video Download Helper 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

                        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                    

Extension Basic Information

Name Simple Video Download Helper Simple Video Download Helper
ID ilcdiicigjaccgipndigcenjieedjohj
Official URL https://chromewebstore.google.com/detail/simple-video-download-hel/ilcdiicigjaccgipndigcenjieedjohj
Description Simple Video Download Helper (doesn't work on youtube.com)
File Size 1.5 MB
Installation Count 31,576
Current Version 3.0.25
Last Updated 2022-09-06
Publish Date 2020-03-10
Rating 3.20/5 Total 131 Ratings
Developer https://weibomiaopai.com
Email [email protected]
Payment Type free
Extension Website https://weibomiaopai.com
Help Page URL https://weibomiaopai.com
Privacy Policy Page URL https://helloacm.com/disclaimer
Supported Languages 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"
            ]
        }
    ]
}