Bluesky Clickable Hashtag

Make bluesky hashtags blue and clickable

Wat is Bluesky Clickable Hashtag?

Bluesky Clickable Hashtag is een Chrome-extensie ontwikkeld door yakisova41, en de belangrijkste functie is "Make bluesky hashtags blue and clickable".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bluesky Clickable Hashtag

Download Bluesky Clickable Hashtag-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

                        bluesky hashtag in blue text.
Clicking on it again will smoothly open a search page for that tag.                    

Basisinformatie over de Extensie

Naam Bluesky Clickable Hashtag Bluesky Clickable Hashtag
ID bigpgdbhghfpbbdjbggcgbofcbdjcpad
Officiële URL https://chromewebstore.google.com/detail/bluesky-clickable-hashtag/bigpgdbhghfpbbdjbggcgbofcbdjcpad
Beschrijving Make bluesky hashtags blue and clickable
Bestandsgrootte 22.46 KB
Aantal Installaties 73
Huidige Versie 1.0.3
Laatst Bijgewerkt 2024-02-12
Publicatiedatum 2024-02-08
Ontwikkelaar yakisova41
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/yakisova41/bluesky-clickable-hashtag
Help Pagina-URL https://github.com/yakisova41/bluesky-clickable-hashtag/issues/new
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bluesky Clickable Hashtag",
    "short_name": "blueskyClickableHashtag",
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bsky.app\/*"
            ],
            "run_at": "document_end",
            "js": [
                "userscript.user.js"
            ],
            "world": "MAIN"
        }
    ]
}