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",
"manifest_version": 3,
"name": "AI Block",
"description": "Blocks all websites from calling window.ai",
"version": "1.0",
"icons": {
"16": ".\/no_ai__artificial_intelligence.png",
"32": ".\/no_ai__artificial_intelligence.png",
"48": ".\/no_ai__artificial_intelligence.png",
"128": ".\/no_ai__artificial_intelligence.png"
},
"content_scripts": [
{
"js": [
".\/ai-block-content-script.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start",
"world": "MAIN"
}
]
}