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…

Was ist Exu - Boost Your Youtube Experience?

Exu - Boost Your Youtube Experience ist eine Chrome-Erweiterung, die von exuext entwickelt wurde, und ihr Hauptmerkmal ist "Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Exu - Boost Your Youtube Experience-Erweiterungs-CRX-Datei herunterladen

Laden Sie Exu - Boost Your Youtube Experience-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Exu - Boost Your Youtube Experience Exu - Boost Your Youtube Experience
ID fgfcfincldjbfpkdoagajmfidhnffhao
Offizielle URL https://chromewebstore.google.com/detail/exu-boost-your-youtube-ex/fgfcfincldjbfpkdoagajmfidhnffhao
Beschreibung Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…
Dateigröße 37.55 KB
Installationsanzahl 63
Aktuelle Version 1.1.2
Letztes Update 2023-03-05
Veröffentlichungsdatum 2023-02-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler exuext
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://t.me/extendu
Unterstützte Sprachen 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
}