WebExtension.net
WebExtension.net

Web Content Filter (within your Browser)

View on Chrome Web Store
View Web Content Filter (within your Browser) Chrome Extension on Chrome Web Store
4.3 (6 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A content filter for websites, emulating dansguardian’s score-based filter in JavaScript.
Type
Extension
Users
262 users
4
serv.ing.apps
View author page of serv.ing.apps
Published
Published on January 16, 2017
Version 1.6.3
Manifest version
2
Updated
Updated on December 1, 2019
View on Chrome Web Store
View Web Content Filter (within your Browser) Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Content Filter (within your Browser)",
    "version": "1.6.3",
    "description": "A content filter for websites, emulating dansguardian\u2019s score-based filter in JavaScript.",
    "short_name": "Web Content Filter",
    "author": "serv-inc",
    "homepage_url": "https:\/\/github.com\/serv-inc\/JSGuardian",
    "applications": {
        "gecko": {
            "id": "@wsf"
        }
    },
    "icons": {
        "128": "filter.png"
    },
    "permissions": [
        "tabs",
        "<all_urls>",
        "storage"
    ],
    "background": {
        "scripts": [
            "settings.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "get_text_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "storage": {
        "managed_schema": "schema.json"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top