WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ProSe - Privacy Policy Analyzer

ProSe - Privacy Policy Analyzer

View on Chrome Web Store
View ProSe - Privacy Policy Analyzer Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

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

Pro Se reads and analyses privacy policies on your behalf. It empowers you to make informed decisions about your privacy rights.
Type
Extension
Users
40 users
1
Website prose.biz
INVT DOO
View author page of INVT DOO
Published
Published on December 1, 2022
Version 1.1.2
Manifest version
3
Updated
Updated on March 14, 2025
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View ProSe - Privacy Policy Analyzer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ProSe - Privacy Policy Analyzer",
    "version": "1.1.2",
    "author": "INVT DOO",
    "homepage_url": "https:\/\/prose.biz\/",
    "short_name": "ProSe",
    "description": "Pro Se reads and analyses privacy policies on your behalf. It empowers you to make informed decisions about your privacy rights.",
    "permissions": [
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*.prose.biz\/*"
    ],
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "extension\/build\/index.html"
    },
    "background": {
        "service_worker": "\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}
© 2025 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