Forum Addon for IMDb

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

Forum Addon for IMDb क्या है?

Forum Addon for IMDb https://www.filmboards.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Forum Addon for IMDb एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
आधिकारिक URL https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
विवरण This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
फ़ाइल का आकार 12.25 KB
स्थापना संख्या 1,502
वर्तमान संस्करण 1.22
अंतिम अपडेट 2024-01-02
प्रकाशन तिथि 2019-12-09
रेटिंग 4.44/5 कुल 16 रेटिंग्स
डेवलपर https://www.filmboards.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.filmboards.com
सहायता पृष्ठ URL https://www.filmboards.com/board/145/
समर्थित भाषाएँ 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"
            ]
        }
    ]
}