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": "BeFunky Extension", "short_name": "BeFunky", "version": "1.6", "description": "Instantly edit web page images and screenshots with BeFunky Photo Editor", "icons": { "16": "images\/befunky16.png", "48": "images\/befunky48.png", "128": "images\/befunky128.png" }, "homepage_url": "https:\/\/www.befunky.com", "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "<all_urls>", "https:\/\/*\/*", "http:\/\/*\/*" ], "permissions": [ "scripting", "activeTab", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "image_finder.js" ], "run_at": "document_idle" } ], "action": { "default_icon": "images\/befunky16.png", "default_title": "BeFunky Photo Editor", "default_popup": "popup.html" }, "minimum_chrome_version": "122", "incognito": "split" }