By: Haki
Inspect and view changes in ChatGPT Screenshot Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "ChatGPT Screenshot Analyzer",
"version": "1.0",
"description": "Take screenshots and analyze them with ChatGPT",
"permissions": [
"activeTab",
"storage",
"https://api.openai.com/*"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{a6e1d58e-4c6f-4b10-b7ab-73efd1ee12f7}"
}
}
} Best ChatGPT Screenshot Analyzer Alternatives
Here are some Firefox add-ons that are similar to ChatGPT Screenshot Analyzer: