Boards Companion

Extension to enhance boards.ie user experience

What is Boards Companion?

Boards Companion is a Chrome extension developed by seanmcloughlin888, and its main feature is "Extension to enhance boards.ie user experience".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Boards Companion Extension CRX File

Download Boards Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Enhance boards.ie user experience 

- Autoload forum and thread pages
- Toggle header visibility
- Filter by thanked posts                    

Extension Basic Information

Name Boards Companion Boards Companion
ID jiihifgkaabfcfdnmjnedklalpgcmgke
Official URL https://chromewebstore.google.com/detail/boards-companion/jiihifgkaabfcfdnmjnedklalpgcmgke
Description Extension to enhance boards.ie user experience
File Size 32.69 KB
Installation Count 29
Current Version 2.4.3
Last Updated 2023-12-19
Publish Date 2019-11-10
Rating 5.00/5 Total 1 Ratings
Developer seanmcloughlin888
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}