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 03, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GMGN AI Data Extractor & AI Analyzer - Crypto Data Tool",
"version": "1",
"manifest_version": 3,
"description": "GMGN AI Data Extractor & AI Analyzer is a powerful web scraping tool designed for professionals, Easily collect & export Crypto data",
"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": [
"*:\/\/*.gmgn.ai\/*"
],
"css": [
"onload.css"
],
"js": [
"js\/jquery-3.1.1.min.js",
"js\/sha256.min.js",
"onload.js"
]
}
]
}