ezytdl browser connector
the browser connector for ezytdl
ezytdl browser connectorとは何ですか?
ezytdl browser connectorはhttps://sylviiu.devによって開発されたChromeの拡張機能で、その主な機能は「the browser connector for ezytdl」です。
拡張機能のスクリーンショット
ezytdl browser connector拡張機能のCRXファイルをダウンロード
ezytdl browser connector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The browser connector for the application that makes it easier to download the media you love and enjoy!
拡張機能の基本情報
名前 | ezytdl browser connector |
ID | bnmombaecfkgkhcfbnmgmajlljnlgeaf |
公式URL | https://chromewebstore.google.com/detail/ezytdl-browser-connector/bnmombaecfkgkhcfbnmgmajlljnlgeaf |
説明 | the browser connector for ezytdl |
ファイルサイズ | 85.5 KB |
インストール数 | 82 |
現在のバージョン | 34 |
最終更新日 | 2023-08-21 |
公開日 | 2023-08-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://sylviiu.dev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sylviiu/ezytdl |
ヘルプページのURL | https://github.com/sylviiu/ezytdl |
対応言語 | 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" } } |