Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jan 02, 2026.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "No Porn - AI Porn Blocker",
"description": "Protect children from accessing inappropriate content online",
"version": "1.1.1",
"default_locale": "en",
"icons": {
"48": "images\/logo-48.png",
"64": "images\/logo-64.png",
"128": "images\/logo-128.png"
},
"action": {
"default_icon": "images\/logo-128.png",
"default_popup": "popup.html",
"default_title": "No Porn Blocker"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/overlay.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"permissions": [
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"homepage_url": "https:\/\/www.noporn.net"
}