Bluesky Clickable Hashtag
Make bluesky hashtags blue and clickable
What is Bluesky Clickable Hashtag?
Bluesky Clickable Hashtag is a Chrome extension developed by yakisova41, and its main feature is "Make bluesky hashtags blue and clickable".
Extension Screenshots
Download Bluesky Clickable Hashtag Extension CRX File
Download Bluesky Clickable Hashtag 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
bluesky hashtag in blue text. Clicking on it again will smoothly open a search page for that tag.
Extension Basic Information
Name | Bluesky Clickable Hashtag |
ID | bigpgdbhghfpbbdjbggcgbofcbdjcpad |
Official URL | https://chromewebstore.google.com/detail/bluesky-clickable-hashtag/bigpgdbhghfpbbdjbggcgbofcbdjcpad |
Description | Make bluesky hashtags blue and clickable |
File Size | 22.46 KB |
Installation Count | 73 |
Current Version | 1.0.3 |
Last Updated | 2024-02-12 |
Publish Date | 2024-02-08 |
Developer | yakisova41 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yakisova41/bluesky-clickable-hashtag |
Help Page URL | https://github.com/yakisova41/bluesky-clickable-hashtag/issues/new |
Supported Languages | 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" } ] } |