Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ThreatSlayer: Security & Phishing Protection", "description": "Free enterprise-grade protection for your personal browser.", "version": "2.5.3", "homepage_url": "https:\/\/interlock.network", "author": { "name": "Interlock", "url": "https:\/\/interlock.network" }, "icons": { "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "128": "assets\/icons\/icon128.png" } }, "permissions": [ "tabs", "storage", "identity", "activeTab", "alarms" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "drainersContent.js" ], "run_at": "document_start" } ], "host_permissions": [ "<all_urls>" ], "externally_connectable": { "matches": [ "https:\/\/metamask.io\/*" ], "ids": [ "*" ] }, "web_accessible_resources": [ { "resources": [ "drainersInjection.js" ], "matches": [ "<all_urls>" ] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAobbnomxY9rbFPh1eawW9DsTJ4fId684mmgR6EdAsi1wBGmj7L0vWP+UmrWlwvgwBUtMWw0OoItvtCtIOb8K5xmIm8X8r404Rc98GtDOwFRm8J2pgRMqvFqYRi\/bzoDbGMxb7mTPbshk9+qLEzTt\/TDcwQAH+fE0gOwr4SNU+eDo5Fyl0LA8YvQBED+yTGlIwKuhUSdc8Bn9QidHRuVVkLtAIeTewl2pB0dxrJgTy\/njUvPKfVmDsNrgRrhThxELUxjsAtvGVXgyOEO26X2zmtT573EJ8wU81p9Yd49E1agOBuSgGFsLx4JpSObQODpRzxoCNxxtJkgt7oRhiyxcV8QIDAQAB" }