Clean IMDb

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

What is Clean IMDb?

Clean IMDb is a Chrome extension developed by https://sites.google.com/site/c00lextensionz, and its main feature is "A cleaner look for IMDb. Full width pages without ads.".

Extension Screenshots

screenshot
screenshot

Download Clean IMDb Extension CRX File

Download Clean IMDb extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Clean IMDb Clean IMDb
ID ingodbhkemojiibhhbfhjaeaciikbiik
Official URL https://chromewebstore.google.com/detail/clean-imdb/ingodbhkemojiibhhbfhjaeaciikbiik
Description A cleaner look for IMDb. Full width pages without ads.
File Size 11.43 KB
Installation Count 1,925
Current Version 5.1
Last Updated 2023-02-01
Publish Date 2020-06-17
Rating 3.90/5 Total 20 Ratings
Developer https://sites.google.com/site/c00lextensionz
Email [email protected]
Payment Type free
Supported Languages 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
}