Forum Addon for IMDb

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

Was ist Forum Addon for IMDb?

Forum Addon for IMDb ist eine Chrome-Erweiterung, die von https://www.filmboards.com entwickelt wurde, und ihr Hauptmerkmal ist "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com".

Erweiterungsscreenshots

screenshot
screenshot

Forum Addon for IMDb-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forum Addon for IMDb-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
Offizielle URL https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
Beschreibung This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
Dateigröße 12.25 KB
Installationsanzahl 1,502
Aktuelle Version 1.22
Letztes Update 2024-01-02
Veröffentlichungsdatum 2019-12-09
Bewertung 4.44/5 Insgesamt 16 Bewertungen
Entwickler https://www.filmboards.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.filmboards.com
Hilfeseite URL https://www.filmboards.com/board/145/
Unterstützte Sprachen 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"
            ]
        }
    ]
}