Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Sep 02, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Photon Enhancer",
"version": "2.2",
"description": "Fetches contract address from the page and queries Pump Fun for the contract image and description.",
"permissions": [
"activeTab",
"scripting"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"host_permissions": [
"https:\/\/photon-sol.tinyastro.io\/en\/*",
"https:\/\/frontend-api.pump.fun\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/photon-sol.tinyastro.io\/en\/*"
],
"js": [
"contentScript.js"
],
"run_at": "document_idle"
}
]
}