Forum Addon for IMDb

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

Co je Forum Addon for IMDb?

Forum Addon for IMDb je rozšíření Chrome vyvinuté https://www.filmboards.com, a jeho hlavní funkcí je „This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Forum Addon for IMDb

Stáhněte si soubory rozšíření Forum Addon for IMDb ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
Oficiální URL https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
Popis This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
Velikost souboru 12.25 KB
Počet instalací 1,502
Aktuální Verze 1.22
Poslední Aktualizace 2024-01-02
Datum Vydání 2019-12-09
Hodnocení 4.44/5 Celkem 16 Hodnocení
Vývojář https://www.filmboards.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.filmboards.com
URL Stránky Nápovědy https://www.filmboards.com/board/145/
Podporované Jazyky 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"
            ]
        }
    ]
}