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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Video Download Helper (doesn't work on youtube.com)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Video Download Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
            ]
        }
    ]
}