Iridium for YouTube

Take control of YouTube and boost your user experience with Iridium

Co je Iridium for YouTube?

Iridium for YouTube je rozšíření Chrome vyvinuté Particle, a jeho hlavní funkcí je „Take control of YouTube and boost your user experience with Iridium“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Iridium for YouTube

Stáhněte si soubory rozšíření Iridium for YouTube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Iridium is back with v2.0!

Enjoy a more personalized experience on YouTube with Iridium, an extension packed with multiple features that allows you to tailor the website look, feel, and behavior tuned to your taste, such as controlling nuisances by managing ads, blocking channels, and disabling shorts, automate tedious tasks by enforcing your preferred video quality and speed of choice, as well as disable autoplay, 60fps, and loudness normalization, enhance navigation by going to your subscriptions when clicking on the YouTube logo and automatically go to a default tab when clicking on a channel name, and so much more.

The extension also offers an option to show on Youtube pages an Iridium button that opens the extension settings as a convenience so you don't have another extension button on your browser toolbar all the time.

With Iridium you have access to a vast number of features, all of which are listed below.

Features:
- Show extension button on Youtube pages
- Sync the extension settings
- Export, import, and reset extension settings
- Manage how you want your ads to be displayed on the home page, video page, and search page
- Manage video ads, and whether or not to show for subscribed channels
- Show full titles in video thumbnails
- Control the extension and Youtube dark/light theme
- Redirect to the subscriptions page when clicking on the Youtube logo
- Select a default channel tab to go to when clicking on a channel name
- Disable shorts on home, subscription, and search pages
- Video focus allows the content around the player to dim
- Show creator merch below the video details
- Super theater (player fills the entire screen in theater mode)
- Set a default video quality
- Set a default playback speed
- Always visible (video stays always visible when scrolling the page)
- Disable HFR/60fps (Youtube limits the max quality to 720p)
- Disable video autoplay
- Disable loudness normalization
- Change the video volume during playback using the mouse wheel
- Disable video info cards
- Disable video annotations
- Hide the video endscreen and only show when the mouse cursor is hover
- Show player tools below the player to toggle video focus, take a video screenshot, and open the video thumbnail
- Show video monetization info below the player with ad count and sponsored indication
- Add channels to the blacklist to stop showing its videos on the website (does not affect vertical short thumbnails due to Youtube limitation)
- Show a Block Channel button on each video thumbnail context menu to quickly add that channel to the blacklist
- Add channels individually, import, export, or delete them from the list


If you found any issues please report them in the official repository for better support: https://github.com/ParticleCore/Iridium

Visit the release tracker for detailed changelogs: https://github.com/ParticleCore/Iridium/releases

This extension does not collect, distribute, or process any form of data from the user, any data used is locally restricted to the extension functionality.                    

Základní Informace o Rozšíření

Název Iridium for YouTube Iridium for YouTube
ID gbjmgndncjkjfcnpfhgidhbgokofegbl
Oficiální URL https://chromewebstore.google.com/detail/iridium-for-youtube/gbjmgndncjkjfcnpfhgidhbgokofegbl
Popis Take control of YouTube and boost your user experience with Iridium
Velikost souboru 1.12 MB
Počet instalací 13,850
Aktuální Verze 2.0.6
Poslední Aktualizace 2024-03-02
Datum Vydání 2019-01-05
Hodnocení 4.04/5 Celkem 466 Hodnocení
Vývojář Particle
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/ParticleCore/Iridium
URL Stránky Nápovědy https://github.com/ParticleCore/Iridium/wiki/Report-a-bug
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Iridium for YouTube",
    "version": "2.0.6",
    "description": "Take control of YouTube and boost your user experience with Iridium",
    "default_locale": "en_US",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "content_scripts": [
        {
            "world": "MAIN",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "js": [
                "js\/background-inject.js",
                "js\/chrome-wrapper.js"
            ],
            "run_at": "document_start"
        },
        {
            "world": "ISOLATED",
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ]
}