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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This addon restores the forums removed from IMDb and you can continue posting to them on filmboards.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Forum Addon for IMDb 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}