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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย exuext และคุณลักษณะหลักของมันคือ "Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exu - Boost Your Youtube Experience

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}