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": "Aezi Content Blocker",
"version": "1.0.3",
"description": "Block websites based on unwanted content and URLs - Powered by AeziChain",
"icons": {
"16": "icons\/logo.png",
"32": "icons\/logo.png",
"48": "icons\/logo.png",
"128": "icons\/logo.png"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts\/removePage.js"
],
"run_at": "document_start"
}
],
"action": {
"default_icon": "icons\/logo.png",
"default_title": "Aezi Content Blocker",
"default_popup": "popup\/block_by_content.html"
},
"web_accessible_resources": [
{
"resources": [
"foregrounds\/warning.svg"
],
"matches": [
"<all_urls>"
]
}
],
"author": "AeziChain",
"homepage_url": "https:\/\/AeziChain.org\/"
}