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