lemmy Link

Extension to make it easy to interact with different Lemmy communities

What is lemmy Link?

lemmy Link is a Chrome extension developed by jack.foxcroft, and its main feature is "Extension to make it easy to interact with different Lemmy communities".

Extension Screenshots

screenshot

Download lemmy Link Extension CRX File

Download lemmy Link 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

                        Extension to make it easy to interact with different Lemmy communities.
https://github.com/FackJox/lemmy-link                    

Extension Basic Information

Name lemmy Link lemmy Link
ID glhbnnmcnindhfaebnckcfdblggpjlog
Official URL https://chromewebstore.google.com/detail/lemmy-link/glhbnnmcnindhfaebnckcfdblggpjlog
Description Extension to make it easy to interact with different Lemmy communities
File Size 14.39 KB
Installation Count 154
Current Version 1.3.3
Last Updated 2023-06-16
Publish Date 2023-06-16
Rating 5.00/5 Total 2 Ratings
Developer jack.foxcroft
Email [email protected]
Payment Type free
Extension Website https://github.com/FackJox/lemmy-link
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lemmy Link",
    "version": "1.3.3",
    "author": "fcuks <@[email protected] >",
    "manifest_version": 3,
    "description": "Extension to make it easy to interact with different Lemmy communities",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}