Exu - Boost Your Youtube Experience
Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…
什么是Exu - Boost Your Youtube Experience?
Exu - Boost Your Youtube Experience是由exuext开发的Chrome扩展程序,该扩展的主要功能是“Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…”。
扩展截图
下载Exu - Boost Your Youtube Experience扩展crx文件
下载Exu - Boost Your Youtube Experience扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend your Youtube Search Filter. Find great topics before anyone else! We're in development, but we already want to let you know that the basic functionality is available and working. With our extension, you'll be able to filter your search results by the following criteria: - views; - subscribers; - video upload date; - presence of monetization; - video duration - vsr; Hide YouTube related videos, comments, shorts tab, suggestions wall, homepage recommendations, trending, and other distractions. A browser extension to remove YouTube distractions, including the recommended sidebar, endscreen video suggestions, user comments, homepage related videos feed, trending tab, turn off autoplay or annotations, and more. Toggle the options through the popup to customize your own YouTube experience! And a lot more will be avialable soon. Stay up to date on "explosive" videos with Exu.
扩展基本信息
名称 | Exu - Boost Your Youtube Experience |
ID | fgfcfincldjbfpkdoagajmfidhnffhao |
官方URL | https://chromewebstore.google.com/detail/exu-boost-your-youtube-ex/fgfcfincldjbfpkdoagajmfidhnffhao |
简介 | Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend… |
文件大小 | 37.55 KB |
安装次数 | 63 |
当前版本 | 1.1.2 |
更新时间 | 2023-03-05 |
上架时间 | 2023-02-11 |
评分 | 5.00/5 共1次评分 |
开发者 | exuext |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://t.me/extendu |
支持的语言 | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ ".\/js\/exu.js" ], "css": [ ".\/css\/exu.css" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "name": "Exu - Boost Your Youtube Experience", "short_name": "Exu - Boost Your Youtube Experience", "version": "1.1.2", "manifest_version": 3 } |