Bluesky Clickable Hashtag
Make bluesky hashtags blue and clickable
Was ist Bluesky Clickable Hashtag?
Bluesky Clickable Hashtag ist eine Chrome-Erweiterung, die von yakisova41 entwickelt wurde, und ihr Hauptmerkmal ist "Make bluesky hashtags blue and clickable".
Erweiterungsscreenshots
Bluesky Clickable Hashtag-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bluesky Clickable Hashtag-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        bluesky hashtag in blue text.
Clicking on it again will smoothly open a search page for that tag.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bigpgdbhghfpbbdjbggcgbofcbdjcpad | 
| Offizielle URL | https://chromewebstore.google.com/detail/bluesky-clickable-hashtag/bigpgdbhghfpbbdjbggcgbofcbdjcpad | 
| Beschreibung | Make bluesky hashtags blue and clickable | 
| Dateigröße | 22.46 KB | 
| Installationsanzahl | 73 | 
| Aktuelle Version | 1.0.3 | 
| Letztes Update | 2024-02-12 | 
| Veröffentlichungsdatum | 2024-02-08 | 
| Entwickler | yakisova41 | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/yakisova41/bluesky-clickable-hashtag | 
| Hilfeseite URL | https://github.com/yakisova41/bluesky-clickable-hashtag/issues/new | 
| Unterstützte Sprachen | 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"
        }
    ]
}  |  |