WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bluesky Better Video and Volume controls

Bluesky Better Video and Volume controls

View on Chrome Web Store
View Bluesky Better Video and Volume controls Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (1 ratings)
10 views
This extension has been viewed 10 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 modifications that improve user experience in video playback and volume control.
Type
Extension
Users
90 users
2
informatdcs
View author page of informatdcs
Published
Published on November 24, 2024
Version 1.0
Manifest version
3
Updated
Updated on November 25, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Bluesky Better Video and Volume controls 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",
    "name": "Bluesky Better Video and Volume controls",
    "description": "Bluesky modifications that improve user experience in video playback and volume control.",
    "version": "1.0",
    "version_name": "1.0 (24\/11\/2024)",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bsky.app\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery.js",
                "js\/index.js"
            ],
            "matches": [
                "https:\/\/bsky.app\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "action": [],
    "permissions": [
        "storage"
    ]
}
© 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