Truple Web Filter for Chrome
A free web filter that blocks explicit content within Chrome.
What is Truple Web Filter for Chrome?
Truple Web Filter for Chrome is a Chrome extension developed by Truple LLC, and its main feature is "A free web filter that blocks explicit content within Chrome.".
Extension Screenshots
Download Truple Web Filter for Chrome Extension CRX File
Download Truple Web Filter for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Web filter that blocks explicit content and forces safe search.
Extension Basic Information
Name | Truple Web Filter for Chrome |
ID | bjjjmipcgnfomjhjmbfbpbjejnfeppam |
Official URL | https://chromewebstore.google.com/detail/truple-web-filter-for-chr/bjjjmipcgnfomjhjmbfbpbjejnfeppam |
Description | A free web filter that blocks explicit content within Chrome. |
File Size | 1.72 MB |
Installation Count | 640 |
Current Version | 1.0.3 |
Last Updated | 2022-06-10 |
Publish Date | 2022-05-27 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Truple LLC |
[email protected] | |
Payment Type | free |
Extension Website | https://truple.io |
Help Page URL | https://support.truple.io |
Privacy Policy Page URL | https://truple.io/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Truple Web Filter for Chrome", "version": "1.0.3", "description": "A free web filter that blocks explicit content within Chrome.", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "images\/truple_logo_16x16.png", "48": "images\/truple_logo_1_48x48.png", "128": "images\/truple_logo_2_128x128.png" }, "manifest_version": 3 } |