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”。
擴展截圖
下載Forum Addon for IMDb擴展crx文件
下載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 |
ID | celejjkkiipeokbgcgakogmmfbmonmem |
官方網址 | 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" ] } ] } |