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": "VisualCleanser Pro", "version": "0.0.7", "description": "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.google.com\/*" ], "action": { "default_icon": { "16": "assets\/images\/vcp1.png", "48": "assets\/images\/vcp4.png", "128": "assets\/images\/vcp2.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "assets\/images\/vcp1.png", "48": "assets\/images\/vcp4.png", "128": "assets\/images\/vcp2.png" }, "author": "[email protected]" }