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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Forum Addon for IMDb

قم بتنزيل ملفات الامتداد Forum Addon for IMDb بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}