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": "Find My WebSite", "description": "This tool integrated with the Google search that allow you to show where your site in the search result without searching manually.", "version": "1.1.5", "icons": { "128": "\/images\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "css": [ "dom folder\/style.css" ], "js": [ "dom folder\/main.js" ] } ], "action": { "default_popup": "popup_window\/popup.html" }, "permissions": [ "storage" ] }