Boards Companion
Extension to enhance boards.ie user experience
什么是Boards Companion?
Boards Companion是由seanmcloughlin888开发的Chrome扩展程序,该扩展的主要功能是“Extension to enhance boards.ie user experience”。
扩展截图
下载Boards Companion扩展crx文件
下载Boards Companion扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enhance boards.ie user experience
- Autoload forum and thread pages
- Toggle header visibility
- Filter by thanked posts 扩展基本信息
| 名称 | |
| ID | jiihifgkaabfcfdnmjnedklalpgcmgke |
| 官方URL | https://chromewebstore.google.com/detail/boards-companion/jiihifgkaabfcfdnmjnedklalpgcmgke |
| 简介 | Extension to enhance boards.ie user experience |
| 文件大小 | 32.69 KB |
| 安装次数 | 29 |
| 当前版本 | 2.4.3 |
| 更新时间 | 2023-12-19 |
| 上架时间 | 2019-11-10 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | seanmcloughlin888 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Boards Companion",
"version": "2.4.3",
"description": "Extension to enhance boards.ie user experience",
"icons": {
"16": "src\/icons\/icon16.png",
"48": "src\/icons\/icon48.png",
"128": "src\/icons\/icon128.png"
},
"action": {
"default_icon": "src\/icons\/icon16.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.boards.ie\/*"
],
"css": [
"src\/boardsc-style.css"
],
"js": [
"src\/main.js"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.boards.ie\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/*"
],
"matches": [
"*:\/\/www.boards.ie\/*"
]
}
]
} | |