Forum Addon for IMDb

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

Vad är Forum Addon for IMDb?

Forum Addon for IMDb är en Chrome-tillägg utvecklad av https://www.filmboards.com, och dess huvudfunktion är "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Forum Addon for IMDb-förlängningens CRX-fil

Ladda ner Forum Addon for IMDb-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
Officiell webbadress https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
Beskrivning This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
Filstorlek 12.25 KB
Antal Installationer 1,502
Aktuell Version 1.22
Senast Uppdaterad 2024-01-02
Publiceringsdatum 2019-12-09
Betyg 4.44/5 Totalt 16 Betyg
Utvecklare https://www.filmboards.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.filmboards.com
Hjälpsida URL https://www.filmboards.com/board/145/
Stödda Språk 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"
            ]
        }
    ]
}