Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kerberus Sentinel3", "description": "Bullet-Proof Protection for your crypto and NFTs", "version": "4.1.1.0", "version_name": "1.1.0", "manifest_version": 3, "author": "[email protected]", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';" }, "action": { "default_icon": { "16": "icon48_offline.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html", "default_title": "Kerberus Sentinel3" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "all_frames": true, "js": [ "jquery-3.6.0.min.js", "inpage.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "*:\/\/dev.kerberus-web-new.pages.dev\/*", "*:\/\/kerberus.com\/*", "*:\/\/x.com\/*", "*:\/\/twitter.com\/*" ], "all_frames": false, "js": [ "socialAccountsHunter.js" ] }, { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "*:\/\/kerberus.com\/*", "*:\/\/*.kerberus.com\/*", "*:\/\/dev.kerberus-web-new.pages.dev\/*" ], "all_frames": true, "js": [ "protectEverywhere.js" ] }, { "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "exclude_matches": [ "*:\/\/kerberus.com\/*", "*:\/\/*.kerberus.com\/*", "*:\/\/dev.kerberus-web.pages.dev\/*", "*:\/\/dev.kerberus-web-new.pages.dev\/*", "*:\/\/trezor.io\/*", "*:\/\/kukai.app\/*", "*:\/\/metamask.io\/*", "*:\/\/keybr.com\/*" ], "all_frames": true, "js": [ "seedProtector.js" ] }, { "run_at": "document_start", "matches": [ "*:\/\/twitter.com\/*", "*:\/\/x.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "twitterProtector.js" ], "css": [ "twitter-fake-account.css" ], "all_frames": false } ], "permissions": [ "storage", "tabs", "activeTab", "scripting", "contextMenus", "alarms", "offscreen" ], "optional_permissions": [ "clipboardRead", "clipboardWrite" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "injected.js", "blocked.html", "alert.html", "message.html", "failScan.html", "failScan.js", "jquery-3.6.0.min.js", "modernizr-2.8.3.min.js", "bootstrap.bundle.min.js", "newMessage.js", "carousel.js", "popup.js", "imageProcessingWorker.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] }, { "resources": [ "fonts\/*", "ui-loader.css", "alert.css", "bootstrap.min.css", "gbk4uga.css", "logo.png", "logo_loader.png", "logo_alert.svg", "logo_warning.svg", "logo-sentinel3.svg", "logo-sentinel3-d.svg", "close.svg", "security.svg", "link.svg", "twitter.svg", "doc.svg", "oldMessage.svg", "newMessage.svg" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ] }