Forem

For Empowering Community

What is Forem?

Forem is a Chrome extension developed by Forem, and its main feature is "For Empowering Community".

Extension Screenshots

screenshot
screenshot

Download Forem Extension CRX File

Download Forem 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

                        Find your Forem.

Take part in the entire Forem ecosystem in the most convenient and private way possible.

This extension allows you to browse and switch between Forems while keeping all interactions secure and separate from one another.

It is light-weight and open source. All the code is available for scrutiny and improvement at https://github.com/forem/forem-browser-extension

Community for everyone.                    

Extension Basic Information

Name Forem Forem
ID dnncmjdcbcccmddpebibkolaflnakklo
Official URL https://chromewebstore.google.com/detail/forem/dnncmjdcbcccmddpebibkolaflnakklo
Description For Empowering Community
File Size 381 KB
Installation Count 216
Current Version 0.1.5
Last Updated 2021-12-24
Publish Date 2020-10-14
Rating 5.00/5 Total 5 Ratings
Developer Forem
Email [email protected]
Payment Type free
Extension Website https://forem.com
Help Page URL https://github.com/forem/forem-browser-extension
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forem",
    "version": "0.1.5",
    "description": "For Empowering Community",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "128": "Icon-128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@forem",
            "strict_min_version": "42.0"
        }
    },
    "web_accessible_resources": [
        "content\/forem-logo-512.png"
    ]
}