Clean IMDb

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

Wat is Clean IMDb?

Clean IMDb is een Chrome-extensie ontwikkeld door https://sites.google.com/site/c00lextensionz, en de belangrijkste functie is "A cleaner look for IMDb. Full width pages without ads.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clean IMDb

Download Clean IMDb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Clean IMDb Clean IMDb
ID ingodbhkemojiibhhbfhjaeaciikbiik
Officiële URL https://chromewebstore.google.com/detail/clean-imdb/ingodbhkemojiibhhbfhjaeaciikbiik
Beschrijving A cleaner look for IMDb. Full width pages without ads.
Bestandsgrootte 11.43 KB
Aantal Installaties 1,925
Huidige Versie 5.1
Laatst Bijgewerkt 2023-02-01
Publicatiedatum 2020-06-17
Beoordeling 3.90/5 Totaal 20 Beoordelingen
Ontwikkelaar https://sites.google.com/site/c00lextensionz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}