Version 0.0.2 View in Chrome Web Store
| https://clients2.google.com/service/update2/crx | https://bsky.app/ | |
| https://shimeji.us-east.host.bsky.network/xrpc/app.bsky.notification.getUnreadCount | https://shimeji.us-east.host.bsky.network/xrpc/app.bsky.notification.listNotifications | |
| https://shimeji.us-east.host.bsky.network/xrpc/app.bsky.notification.updateSeen |
{ "name": "Unread Notifications for Bluesky", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "version": "0.0.2", "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Display unread notification badges for Bluesky", "permissions": [ "webRequest", "tabs", "storage" ], "options_page": "options.html", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https://bsky.app/*", "*://*.bsky.network/*" ] } ], "host_permissions": [ "https://bsky.app/*", "*://*.bsky.network/*" ], "manifest_version": 3 }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.