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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |