제작자: Secureintent-Admin Add-on
Inspect and view changes in SecureIntent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "SecureIntent",
"description": "Warns you before you paste API keys, tokens, or passwords into AI chats and other sites — all on-device, your text never leaves.",
"version": "1.0.15",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"96": "icons/96.png",
"128": "icons/128.png"
},
"permissions": [
"storage",
"alarms",
"activeTab",
"cookies",
"https://api.secureintent.ai/*",
"https://secureintent.ai/*",
"https://*.clerk.accounts.dev/*",
"https://clerk.secureintent.ai/*"
],
"browser_specific_settings": {
"gecko": {
"id": "secureintent@secureintent.ai",
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": [
"technicalAndInteraction",
"websiteActivity"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "SecureIntent",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://bolt.new/*"
],
"run_at": "document_start",
"js": [
"content-scripts/bolt.js"
]
},
{
"matches": [
"*://*/*"
],
"run_at": "document_idle",
"js": [
"content-scripts/bridge.js"
]
},
{
"matches": [
"*://chat.openai.com/*",
"*://chatgpt.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/chatgpt.js"
]
},
{
"matches": [
"*://claude.ai/*"
],
"run_at": "document_start",
"js": [
"content-scripts/claude.js"
]
},
{
"matches": [
"*://copilot.microsoft.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/copilot.js"
]
},
{
"matches": [
"*://chat.deepseek.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/deepseek.js"
]
},
{
"matches": [
"*://duck.ai/*"
],
"run_at": "document_start",
"js": [
"content-scripts/duck.js"
]
},
{
"matches": [
"*://*/*"
],
"run_at": "document_start",
"js": [
"content-scripts/fallback.js"
]
},
{
"matches": [
"*://gemini.google.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/gemini.js"
]
},
{
"matches": [
"*://github.com/copilot",
"*://github.com/copilot/*"
],
"run_at": "document_start",
"js": [
"content-scripts/githubcopilot.js"
]
},
{
"matches": [
"*://grok.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/grok.js"
]
},
{
"matches": [
"*://*.kimi.com/*",
"*://kimi.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/kimi.js"
]
},
{
"matches": [
"*://lovable.dev/*"
],
"run_at": "document_start",
"js": [
"content-scripts/lovable.js"
]
},
{
"matches": [
"*://meta.ai/*",
"*://www.meta.ai/*"
],
"run_at": "document_start",
"js": [
"content-scripts/meta.js"
]
},
{
"matches": [
"*://chat.mistral.ai/*"
],
"run_at": "document_start",
"js": [
"content-scripts/mistral.js"
]
},
{
"matches": [
"*://*.perplexity.ai/*",
"*://perplexity.ai/*"
],
"run_at": "document_start",
"js": [
"content-scripts/perplexity.js"
]
},
{
"matches": [
"*://poe.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/poe.js"
]
},
{
"matches": [
"*://chat.qwen.ai/*"
],
"run_at": "document_start",
"js": [
"content-scripts/qwen.js"
]
},
{
"matches": [
"*://reddit.com/*",
"*://www.reddit.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/reddit.js"
]
},
{
"matches": [
"*://replit.com/*"
],
"run_at": "document_start",
"js": [
"content-scripts/replit.js"
]
},
{
"matches": [
"*://*.console.aws.amazon.com/*",
"*://app.netlify.com/*",
"*://cloud.digitalocean.com/*",
"*://cloud.ibm.com/*",
"*://cloud.linode.com/*",
"*://cloud.oracle.com/*",
"*://console.aws.amazon.com/*",
"*://console.cloud.google.com/*",
"*://console.firebase.google.com/*",
"*://dash.cloudflare.com/*",
"*://dashboard.heroku.com/*",
"*://dashboard.render.com/*",
"*://portal.azure.com/*",
"*://signin.aws.amazon.com/*",
"*://supabase.com/dashboard/*"
],
"run_at": "document_idle",
"js": [
"content-scripts/sessionlock.js"
]
},
{
"matches": [
"*://v0.app/*",
"*://v0.dev/*"
],
"run_at": "document_start",
"js": [
"content-scripts/v0.js"
]
}
],
"web_accessible_resources": [
"content-scripts/bolt.css",
"content-scripts/chatgpt.css",
"content-scripts/claude.css",
"content-scripts/copilot.css",
"content-scripts/deepseek.css",
"content-scripts/duck.css",
"content-scripts/fallback.css",
"content-scripts/gemini.css",
"content-scripts/githubcopilot.css",
"content-scripts/grok.css",
"content-scripts/kimi.css",
"content-scripts/lovable.css",
"content-scripts/meta.css",
"content-scripts/mistral.css",
"content-scripts/perplexity.css",
"content-scripts/poe.css",
"content-scripts/qwen.css",
"content-scripts/reddit.css",
"content-scripts/replit.css",
"content-scripts/sessionlock.css",
"content-scripts/v0.css"
]
} 최고의 SecureIntent 대안
다음은 SecureIntent과(와) 유사한 Firefox add-on입니다:
Paste_Guard
Fedor
Sqreen - DLP for AI Tools
Sqreen - Data Loss Prevention for AI Tools
PasteGuard
Fuzail Haaris
AI Paste Guard
Jugal Joshi
Contextia
Contextia
PasteGuard: Sensitive Data Shield
yasir_dev
CleanMyPrompt - AI Privacy Firewall
Arpit
Prompt Armour — AI Privacy Guard
TheAlexRider
Privatiser
Privatiser
Prompt Leak Guard
Dankerbadge Tools
Prompt Guard
Gopikrishnan
AI Firewall
Daniel Goldberg