Clean IMDb

A cleaner look for IMDb. Full width pages without ads.

Cos'è Clean IMDb?

Clean IMDb è un'estensione di Chrome sviluppata da https://sites.google.com/site/c00lextensionz, e la sua funzione principale è "A cleaner look for IMDb. Full width pages without ads.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Clean IMDb

Scarica i file di estensione Clean IMDb 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

                        A cleaner look for IMDb. Full width pages without ads.
No more distractive flashy backgrounds and animated ads.                    

Informazioni di Base sull'Estensione

Nome Clean IMDb Clean IMDb
ID ingodbhkemojiibhhbfhjaeaciikbiik
URL Ufficiale https://chromewebstore.google.com/detail/clean-imdb/ingodbhkemojiibhhbfhjaeaciikbiik
Descrizione A cleaner look for IMDb. Full width pages without ads.
Dimensione del File 11.43 KB
Conteggio Installazioni 1,925
Versione Corrente 5.1
Ultimo Aggiornamento 2023-02-01
Data di Pubblicazione 2020-06-17
Valutazione 3.90/5 Totale 20 Valutazioni
Sviluppatore https://sites.google.com/site/c00lextensionz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clean IMDb",
    "version": "5.1",
    "description": "A cleaner look for IMDb. Full width pages without ads.",
    "icons": {
        "48": "cleanimdb48.png",
        "128": "cleanimdb128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.imdb.com\/*",
                "https:\/\/*.imdb.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "cleanimdb.js"
            ],
            "css": [
                "cleanimdb.css"
            ]
        }
    ],
    "manifest_version": 3
}