Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Porn Blocker & Adult Content Filter - PurityGuard",
"version": "1.0.1",
"description": "Block adult content and porn websites. Stay focused and protect yourself with powerful content filtering and blocking.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"blocked.html",
"popup.html",
"support.html",
"dataCollectionNotice.html",
"trialPeriodNotification.html",
"incognitoInstructions.html",
"popupHandlers.js",
"trialPopupHandlers.js",
"incognitoPopupHandlers.js",
"styles.css"
],
"matches": [
"<all_urls>"
]
}
]
}