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", "name": "Privci.io: Smart Personal Data Manager", "version": "1.6.6", "description": "Privacy rights, breach monitoring, dark web scans, data geofencing, exposure risk management, claim assistance.", "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "tabs", "storage", "unlimitedStorage", "notifications", "scripting", "cookies", "history", "webRequest", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", "<all_urls>" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/tldts.js", "js\/jquery.min.js", "js\/jquery-ui.js", "js\/psl.js", "js\/contentscripts\/content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/tldts.js", "js\/jquery.min.js", "js\/psl.js", "js\/contentscripts\/inject.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "contentFinance.html", "contentBrShort.html", "contentBrLong.html", "contentFootprint.html", "contentComplaince.html", "contentAskPolicy.html", "contentMyPolicy.html", "images\/header.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_icon": "images\/chrome.png" }, "icons": { "16": "images\/chrome.png", "32": "images\/chrome.png", "48": "images\/chrome.png", "128": "images\/chrome.png" }, "manifest_version": 3, "content_security_policy": { "extension_page": "default-src 'self';script-src 'self'" } }