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 19, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Pumpfun Rug Checker",
"short_name": "PumpRug",
"version": "2.1",
"description": "Check for potential rug pulls on pump.fun for Solana-based memecoins",
"author": "Munya Mpofu",
"homepage_url": "https:\/\/www.cybabots.com\/",
"icons": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_title": "PumpRug",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/pump.fun\/board"
],
"js": [
"scripts\/content.js"
],
"css": [
"context.css",
"bootstrap.css"
],
"all_frames": true,
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src https:; script-src 'self'; img-src 'self'; object-src 'none'"
},
"minimum_chrome_version": "103",
"offline_enabled": true,
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/api.solintel.io\/"
]
}