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", "name": "Random Address Generator", "version": "1.0.2", "manifest_version": 3, "description": "Generate real United States address,names,and phone numbers with our tool. Ideal for a variety of applications and testing purposes.", "action": { "default_icon": "icon.png", "default_title": "Random Address Generator", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.7.1.min.js", "content-script.js" ], "run_at": "document_end", "all_frames": false } ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "Opens popup.html" } }, "homepage_url": "https:\/\/addressgenerator.top" }