Mastodon Link

Extension to make it easy to visit mastodon profiles from your instance

Wat is Mastodon Link?

Mastodon Link is een Chrome-extensie ontwikkeld door masrly, en de belangrijkste functie is "Extension to make it easy to visit mastodon profiles from your instance".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mastodon Link

Download Mastodon Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds a clickable mastodon icon next to mastodon style usernames (@[email protected]) that directs you to your own mastodon instance for ease of following.                    

Basisinformatie over de Extensie

Naam Mastodon Link Mastodon Link
ID nlfdgcdfjnobjocicnddjghdbmgglame
Officiële URL https://chromewebstore.google.com/detail/mastodon-link/nlfdgcdfjnobjocicnddjghdbmgglame
Beschrijving Extension to make it easy to visit mastodon profiles from your instance
Bestandsgrootte 20.41 KB
Aantal Installaties 544
Huidige Versie 1.2.1
Laatst Bijgewerkt 2022-11-28
Publicatiedatum 2022-11-23
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar masrly
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/masrly/mastodon-link
Help Pagina-URL https://github.com/masrly/mastodon-link
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mastodon Link",
    "version": "1.2.1",
    "author": "Alexander Haslam <@[email protected]>",
    "manifest_version": 3,
    "description": "Extension to make it easy to visit mastodon profiles from your instance",
    "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"
    }
}