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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |