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", "manifest_version": 3, "name": "Delete Search History- Automagically!", "short_name": "Automagically!", "version": "1.0.7", "description": "Automagically enables a private & discreet browsing experience, by auto-clearing your search history! \u26a1", "icons": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/automagic.ly", "chrome_settings_overrides": { "search_provider": { "name": "Automagically!", "keyword": "Search", "search_url": "https:\/\/automagic.ly\/search?FORM=VLTS01&PC=ATVL&PTAG=71729&q={searchTerms}", "instant_url": "https:\/\/automagic.ly\/search?FORM=VLTS01&PC=ATVL&PTAG=71729&q={searchTerms}", "favicon_url": "https:\/\/automagic.ly\/favicon_.ico", "encoding": "UTF-8", "is_default": true } }, "permissions": [ "storage", "background", "history" ], "content_scripts": [ { "matches": [ "https:\/\/www.bing.com\/search*" ], "css": [ "styles\/bing.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ], "all_frames": true, "extension_ids": [ "*" ] } ], "offline_enabled": true, "author": "Automagically!", "background": { "service_worker": "js\/service.js" }, "content_security_policy": { "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'", "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'" }, "action": { "default_icon": { "32": "images\/32.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "default_title": "Automagically!" } }