Forum Addon for IMDb

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

Hvad er Forum Addon for IMDb?

Forum Addon for IMDb er en Chrome-udvidelse udviklet af https://www.filmboards.com, og dens hovedfunktion er "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Forum Addon for IMDb-udvidelses-CRX-fil

Download Forum Addon for IMDb-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
Officiel URL https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
Beskrivelse This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
Filstørrelse 12.25 KB
Antal Installationer 1,502
Nuværende Version 1.22
Senest Opdateret 2024-01-02
Udgivelsesdato 2019-12-09
Bedømmelse 4.44/5 Samlet 16 Bedømmelser
Udvikler https://www.filmboards.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.filmboards.com
Hjælpeside-URL https://www.filmboards.com/board/145/
Understøttede Sprog 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"
            ]
        }
    ]
}