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 là gì?

Forum Addon for IMDb là một tiện ích mở rộng Chrome được phát triển bởi https://www.filmboards.com, và tính năng chính của nó là "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forum Addon for IMDb

Tải xuống các tệp mở rộng Forum Addon for IMDb dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forum Addon for IMDb Forum Addon for IMDb
ID celejjkkiipeokbgcgakogmmfbmonmem
URL Chính Thức https://chromewebstore.google.com/detail/forum-addon-for-imdb/celejjkkiipeokbgcgakogmmfbmonmem
Mô tả This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com
Kích Thước Tệp 12.25 KB
Số Lần Cài Đặt 1,502
Phiên Bản Hiện Tại 1.22
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2019-12-09
Đánh Giá 4.44/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://www.filmboards.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.filmboards.com
URL Trang Trợ Giúp https://www.filmboards.com/board/145/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}