Forum Addon for IMDb

This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com

What is Forum Addon for IMDb?

Forum Addon for IMDb is a Chrome extension developed by https://www.filmboards.com, and its main feature is "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com".

Extension Screenshots

screenshot
screenshot

Download Forum Addon for IMDb Extension CRX File

Download Forum Addon for 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

                        This extension adds a forum teaser of the message boards archived at filmboards.com. Not affiliated with imdb.com.                    

Extension Basic Information

Name Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
Official URL https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
Description This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
File Size 12.25 KB
Installation Count 1,502
Current Version 1.22
Last Updated 2024-01-02
Publish Date 2019-12-09
Rating 4.44/5 Total 16 Ratings
Developer https://www.filmboards.com
Email [email protected]
Payment Type free
Extension Website https://www.filmboards.com
Help Page URL https://www.filmboards.com/board/145/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Forum Addon for IMDb",
    "description": "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com",
    "version": "1.22",
    "host_permissions": [
        "https:\/\/www.filmboards.com\/",
        "https:\/\/filmboards.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "48.png",
        "96": "96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.imdb.com\/title\/*",
                "https:\/\/www.imdb.com\/title\/*",
                "http:\/\/www.imdb.com\/name\/*",
                "https:\/\/www.imdb.com\/name\/*",
                "http:\/\/m.imdb.com\/title\/*",
                "https:\/\/m.imdb.com\/title\/*",
                "http:\/\/m.imdb.com\/name\/*",
                "https:\/\/m.imdb.com\/name\/*"
            ],
            "css": [
                "board.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}