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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}