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": "__MSG_extensionName__", "version": "2.3.0", "description": "__MSG_extensionDescription__", "host_permissions": [ "https:\/\/*.bing.com\/maps*", "https:\/\/pay.myemailextractor.com\/*", "https:\/\/mapsscraper.ai\/*", "https:\/\/mlbtlwqqirbfngxpwtno.supabase.co\/*" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "identity" ], "oauth2": { "client_id": "124861996162-i547te8u15euvdf624pt550jlj6sqsre.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjPZUrXraGgcYJqqDmhb02NMCptSbwSVeU69gNqraf2g0mNkcjWxjEbKHoUG15TR4DK3pV\/HmqjlrXitnnwqxm17v6dRr\/p9e5EOEJ0C8f\/Xd4fzdSiftIe9paZCwL6fA5gTtFZns5nK+i32Xiu3+6kXZ8x8Fnxdm6x41dE7gm1pDIP53l8E1oFEaxpNVplUiKB8sjSlU77QlUJWRGDHNkbPQWaJstbs\/PAwXd1Cw4PrgiKEgUC4Hj5BMURnlO8nUF61GHtDG\/aZDzoYGfImjEuiOkkO6wicx+OoiqRYPeQLUZk7Aj\/sSQRhDB9gtoOqvw8lbGUAaL3tj9HXYkPWatQIDAQAB", "content_scripts": [ { "matches": [ "https:\/\/*.bing.com\/*" ], "js": [ "src\/pages\/content\/index.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "icons\/*", "icon-128.png" ], "matches": [ "*:\/\/*.bing.com\/*" ] } ], "default_locale": "en" }