YouTube Customizer

Customize your YouTube.

Cos'è YouTube Customizer?

YouTube Customizer è un'estensione di Chrome sviluppata da Nibito, e la sua funzione principale è "Customize your YouTube.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Customizer

Scarica i file di estensione YouTube Customizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Improve your video watching experience. Hide unnecessary elements on the page or within the player with this easy-to-use extension.

With this extension now you can:
- hide 'Share', 'Info', 'Watch more' buttons,
- hide 'More videos' panel
- make the title smaller,
- enable full-screen mode on pages without this option.

On YouTube page you can:
- hide up next panel and comments,
- disable autoplay.

More options in the future.                    

Informazioni di Base sull'Estensione

Nome YouTube Customizer YouTube Customizer
ID jjdpifbhmmdnkmndomeokjgnilcimoaj
URL Ufficiale https://chromewebstore.google.com/detail/youtube-customizer/jjdpifbhmmdnkmndomeokjgnilcimoaj
Descrizione Customize your YouTube.
Dimensione del File 41.9 KB
Conteggio Installazioni 585
Versione Corrente 1.4.1
Ultimo Aggiornamento 2023-10-09
Data di Pubblicazione 2021-06-08
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Nibito
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nibito.com/?ref=youtube_customizer
URL della Pagina di Aiuto https://nibito.com
URL della Pagina della Politica sulla Privacy https://nibito.com/privacy-policy?ref=chrome-store
Lingue Supportate en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Customizer",
    "version": "1.4.1",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "icons": {
        "16": "resources\/icons\/icon_16.png",
        "18": "resources\/icons\/icon_18.png",
        "19": "resources\/icons\/icon_19.png",
        "32": "resources\/icons\/icon_32.png",
        "48": "resources\/icons\/icon_48.png",
        "64": "resources\/icons\/icon_64.png",
        "128": "resources\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "resources\/icons\/icon_16.png",
            "18": "resources\/icons\/icon_18.png",
            "19": "resources\/icons\/icon_19.png",
            "32": "resources\/icons\/icon_32.png",
            "48": "resources\/icons\/icon_48.png"
        },
        "default_title": "YouTube Customizer",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "shared.js",
                "inject.js"
            ],
            "css": [
                "resources\/skin\/injectStyle.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}