Simple Video Download Helper

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

Vad är Simple Video Download Helper?

Simple Video Download Helper är en Chrome-tillägg utvecklad av https://weibomiaopai.com, och dess huvudfunktion är "Simple Video Download Helper (doesn't work on youtube.com)".

Tilläggsskärmbilder

screenshot

Ladda ner Simple Video Download Helper-förlängningens CRX-fil

Ladda ner Simple Video Download Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Simple Video Download Helper Simple Video Download Helper
ID ilcdiicigjaccgipndigcenjieedjohj
Officiell webbadress https://chromewebstore.google.com/detail/simple-video-download-hel/ilcdiicigjaccgipndigcenjieedjohj
Beskrivning Simple Video Download Helper (doesn't work on youtube.com)
Filstorlek 1.5 MB
Antal Installationer 31,576
Aktuell Version 3.0.25
Senast Uppdaterad 2022-09-06
Publiceringsdatum 2020-03-10
Betyg 3.20/5 Totalt 131 Betyg
Utvecklare https://weibomiaopai.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://weibomiaopai.com
Hjälpsida URL https://weibomiaopai.com
URL till Sekretesspolicy Sidan https://helloacm.com/disclaimer
Stödda Språk 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"
            ]
        }
    ]
}