Swordfish AI – Cell Phone Number and Email Address Finder Tool
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Swordfish AI – Cell Phone Number and Email Address Finder Tool",
"version": "3.3.4",
"default_locale": "en",
"manifest_version": 3,
"name": "Find Emails + Cell Phone Numbers in Seconds",
"short_name": "Swordfish AI",
"icons": {
"16": "icons/icon16.png",
"19": "icons/icon19.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_icon": {
"16": "icons/icon16.png"
},
"default_title": "Swordfish"
},
"background": {
"service_worker": "bgnew.js"
},
"content_scripts": [
{
"js": [
"browserAPI.js",
"contentScript.js"
],
"matches": [
"https://*.linkedin.com/*",
"https://*.facebook.com/*",
"https://www.twitter.com/*",
"https://www.x.com/*",
"https://twitter.com/*",
"https://x.com/*",
"https://github.com/*",
"https://www.github.com/*",
"https://*.bing.com/*",
"https://www.stackoverflow.com/*",
"https://stackoverflow.com/*",
"https://*.stackoverflow.com/*",
"https://*.dribbble.com/*",
"http://localhost/BenArega/swordfishTestServer/*",
"https://docs.google.com/spreadsheets*",
"https://*.google.com/search*",
"https://*.google.de/search*",
"https://*.google.co.uk/search*",
"https://*.lusha.com/*",
"https://*.doximity.com/*",
"https://*.zocdoc.com/*"
]
},
{
"js": [
"injectGoogle.js"
],
"matches": [
"https://*.google.com/search*",
"https://*.google.de/*",
"https://*.google.co.uk/*"
]
},
{
"js": [
"injectBing.js"
],
"matches": [
"https://*.bing.com/*",
"http://*.bing.com/*"
]
}
],
"permissions": [
"contextMenus",
"identity",
"cookies",
"storage",
"activeTab",
"webRequest",
"tabs",
"clipboardWrite"
],
"host_permissions": [
"https://*.swordfishapp.com/*",
"http://*.swordfishapp.com/*",
"https://*.swordfish.ai/*",
"https://linkedin.com/*",
"https://www.linkedin.com/*",
"https://github.com/*",
"https://www.github.com/*",
"https://*.stackoverflow.com/*",
"https://*.facebook.com/*",
"https://*.twitter.com/*",
"https://*.dribbble.com/*",
"http://localhost/BenArega/swordfishTestServer/*",
"https://*.google.com/*",
"https://*.google.de/*",
"https://*.google.co.uk/*"
],
"externally_connectable": {
"matches": [
"https://*.swordfishapp.com/*",
"http://*.swordfishapp.com/*",
"https://*.swordfish.ai/*",
"http://localhost/*",
"http://my.localhost/*"
]
},
"web_accessible_resources": [
{
"resources": [
"*.map",
"icons/*",
"frame.html",
"images/*",
"fonts/Roboto-Regular.ttf",
"."
],
"matches": [
"https://*/*",
"http://*/*"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlXrC6ocRu/6QisFyO6DuCVIGKq78lREMFZ5bAQS5kcT/YqZ+Wxi8j2l6LzR/6KBPc8LCJorOs+wrXOV2MArRHepE7/38R/YoJxQBS78/SH01qQAup5BZGQGjiaAd6EQj6Q0BTTV6BHP6EwfUtn+yZsz7OzUMjApCQqTk8ljBroemmHs6S9cdqsLm5SZLI9Dzyd/Qvk03JXwnIli7jE2CVegg7OBxVXYA0dB3URgkWrAZKrstah1UlahI/qC3L9tGjbV5UlWzRGI5r1QgMbmdtDH/MIVx5d/5iWCIVBNnoALNkBCbbgld3Nkmrrso+LTlUO8oXlnfZNkLe+kP+g/0WwIDAQAB"
}