Simple Video Download Helper

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

Cos'è Simple Video Download Helper?

Simple Video Download Helper è un'estensione di Chrome sviluppata da https://weibomiaopai.com, e la sua funzione principale è "Simple Video Download Helper (doesn't work on youtube.com)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Video Download Helper

Scarica i file di estensione Simple Video Download Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Simple Video Download Helper Simple Video Download Helper
ID ilcdiicigjaccgipndigcenjieedjohj
URL Ufficiale https://chromewebstore.google.com/detail/simple-video-download-hel/ilcdiicigjaccgipndigcenjieedjohj
Descrizione Simple Video Download Helper (doesn't work on youtube.com)
Dimensione del File 1.5 MB
Conteggio Installazioni 31,576
Versione Corrente 3.0.25
Ultimo Aggiornamento 2022-09-06
Data di Pubblicazione 2020-03-10
Valutazione 3.20/5 Totale 131 Valutazioni
Sviluppatore https://weibomiaopai.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://weibomiaopai.com
URL della Pagina di Aiuto https://weibomiaopai.com
URL della Pagina della Politica sulla Privacy https://helloacm.com/disclaimer
Lingue Supportate 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"
            ]
        }
    ]
}