By: Hasan YILMAZ Add-on
Inspect and view changes in Prompt LLM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Prompt LLM",
"version": "1.0",
"icons": {
"48": "assets/icon.png",
"96": "assets/icon.png"
},
"permissions": [
"contextMenus",
"storage",
"activeTab",
"https://api.openai.com/*",
"https://api.anthropic.com/*",
"https://api.mistral.ai/*"
],
"background": {
"scripts": [
"src/scripts/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src/scripts/content.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"browser_action": {
"default_popup": "src/views/popup.html",
"default_title": "Prompt LLM",
"default_icon": {
"48": "assets/icon.png",
"96": "assets/icon.png"
}
},
"browser_specific_settings": {
"gecko": {
"id": "prompt-llm-moz-ext@yilmazhasan",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best Prompt LLM Alternatives
Here are some Firefox add-ons that are similar to Prompt LLM:
LIT Prompts
Colarusso
LLM Toolbox
Burak Unver
LLM Chat Toolbox
Burakhan Ünver
Chitan - LLM Writing Assistant
Ardin Fardiansyah
QuickLLM
deseven
LLM Translator
Leo
Yaq
Abin Simon
Promptify
jakur
MelonTranslate
jamielgbr
Promptive
Softgeist
ConText for LLMs
FABRIC
LLM Text Assistant
t_mapf