ezytdl browser connector

the browser connector for ezytdl

What is ezytdl browser connector?

ezytdl browser connector is a Chrome extension developed by https://sylviiu.dev, and its main feature is "the browser connector for ezytdl".

Extension Screenshots

screenshot
screenshot
screenshot

Download ezytdl browser connector Extension CRX File

Download ezytdl browser connector 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

                        The browser connector for the application that makes it easier to download the media you love and enjoy!                    

Extension Basic Information

Name ezytdl browser connector ezytdl browser connector
ID bnmombaecfkgkhcfbnmgmajlljnlgeaf
Official URL https://chromewebstore.google.com/detail/ezytdl-browser-connector/bnmombaecfkgkhcfbnmgmajlljnlgeaf
Description the browser connector for ezytdl
File Size 85.5 KB
Installation Count 82
Current Version 34
Last Updated 2023-08-21
Publish Date 2023-08-01
Rating 5.00/5 Total 1 Ratings
Developer https://sylviiu.dev
Email [email protected]
Payment Type free
Extension Website https://github.com/sylviiu/ezytdl
Help Page URL https://github.com/sylviiu/ezytdl
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ezytdl browser connector",
    "description": "the browser connector for ezytdl",
    "version": "34",
    "manifest_version": 3,
    "action": {
        "default_popup": "html\/index.html",
        "default_title": "ezytdl browser connector",
        "default_icon": "res\/icon-disabled.png"
    },
    "icons": {
        "64": "res\/icon-enabled.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "cookies"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "connection.js"
    }
}