By: rozodru
Inspect and view changes in Lemmy Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Lemmy Bridge",
"version": "1.1.1",
"description": "Bridge to Lemmy discussions for any webpage you visit with privacy-first consent",
"icons": {
"64": "icons/lemmy-64.png",
"128": "icons/lemmy-128.png"
},
"background": {
"scripts": [
"lemmy-api.js",
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"page_action": {
"default_icon": {
"64": "icons/lemmy-64.png"
},
"default_title": "Lemmy Bridge",
"default_popup": "popup.html",
"browser_style": false
},
"sidebar_action": {
"default_icon": {
"16": "icons/lemmy-16.png",
"32": "icons/lemmy-32.png",
"64": "icons/lemmy-64.png"
},
"default_title": "Lemmy Bridge",
"default_panel": "sidebar.html",
"browser_style": false,
"open_at_install": false
},
"permissions": [
"storage",
"activeTab",
"tabs",
"https://*/*",
"http://*/*"
],
"web_accessible_resources": [
"consent.html",
"consent.js"
],
"browser_specific_settings": {
"gecko": {
"id": "lemmy-discussion-finder@extension",
"strict_min_version": "91.1.0"
}
},
"developer": {
"name": "rozodru",
"url": "https://codeberg.org/rozodru/LemmyBridge"
},
"content_security_policy": "script-src 'self'; object-src 'self';"
} Best Lemmy Bridge Alternatives
Here are some Firefox add-ons that are similar to Lemmy Bridge:
Lemmy Link
fcuks
Kbin Link
Lixus
Go To Lemmy Community
Raicuparta
Lemmy Enhanced Overlay (LEO)
abe546
Lemmy Keyboard Navigation
vmavromatis
Lemming.ai
Lemming.ai
Lemmy Home Instance Helper
RedKrieg
Instance Assistant for Lemmy & Kbin
cynber
Lemmy Go
Raicuparta
Lemmy Tagger
richardc
LinkBridge
Juanjo Navarro
Lemmy Language memorizer
🦊 helloyanis