Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mask & Blur Pro", "version": "1.0", "author": "Hasin Hayder", "description": "Protects sensitive information by masking text and blurring content on webpages. Perfect for screenshots and screen sharing.", "permissions": [ "contextMenus", "scripting", "activeTab", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Mask & Blur Pro - Click to toggle blur pointer mode" }, "options_page": "options.html", "icons": { "48": "icon48.png", "128": "icon128.png" } }