WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bluesky Boost

Bluesky Boost

View on Chrome Web Store
View Bluesky Boost Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Bluesky Boost is a side panel extension which enhances and enriches your bsky.app experience
Type
Extension
Users
64 users
4
Nick Payne
View author page of Nick Payne
Published
Published on March 24, 2025
Version 0.0.3
Manifest version
3
Updated
Updated on March 30, 2025
productivity/communication
Extension Category
View on Chrome Web Store
View Bluesky Boost Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    },
    "version": "0.0.3",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage",
        "sidePanel",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/index.iife.js",
                "content\/index.iife_dev.js"
            ],
            "matches": [
                "https:\/\/bsky.app\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "bsky-boost-128.png",
        "default_title": "Open the Bluesky Boost side panel"
    },
    "icons": {
        "128": "bsky-boost-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bsky.app\/*"
            ],
            "js": [
                "content\/index.iife.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top