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 Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DexScreener AI Data Scraper - Crypto DEX Analytics",
"version": "1",
"manifest_version": 3,
"description": "AI-powered DexScreener data extraction tool. Get real-time DEX prices, trading volumes & market analytics across blockchains.",
"action": {
"default_icon": "DSI64.png"
},
"permissions": [
"webRequest",
"activeTab"
],
"incognito": "split",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "DSI16.png",
"32": "DSI32.png",
"64": "DSI64.png",
"128": "DSI128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/dexscreener.com\/*"
],
"css": [
"onload.css"
],
"js": [
"js\/jquery-3.1.1.min.js",
"js\/sha256.min.js",
"onload.js"
]
}
]
}