By: Hobbyt
Inspect and view changes in Bluesky Comments Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Bluesky Comments Reader",
"version": "0.1.2",
"description": "Shows Bluesky post replies in a sidebar panel when you hover over a post. You don't have to click on post.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"64": "icons/icon64.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https://bsky.app/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"*://public.api.bsky.app/*"
],
"web_accessible_resources": [
"page-hook.js"
],
"browser_specific_settings": {
"gecko": {
"id": "bluesky-comments-reader@extension",
"strict_min_version": "109.0"
}
}
} Best Bluesky Comments Reader Alternatives
Here are some Firefox add-ons that are similar to Bluesky Comments Reader: