Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.4",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"permissions": [
"storage",
"identity"
],
"host_permissions": [
"*:\/\/yelpscraper.extensionsbox.com\/*",
"*:\/\/*.yelp.com\/*",
"*:\/\/*.yelp.dk\/*",
"*:\/\/*.yelp.com.hk\/*",
"*:\/\/*.yelp.fi\/*",
"*:\/\/*.yelp.be\/*",
"*:\/\/*.yelp.es\/*",
"*:\/\/*.yelp.ch\/*",
"*:\/\/*.yelp.pt\/*",
"*:\/\/*.yelp.ca\/*",
"*:\/\/*.yelp.com.sg\/*",
"*:\/\/*.yelp.cz\/*",
"*:\/\/*.yelp.de\/*",
"*:\/\/*.yelp.fr\/*",
"*:\/\/*.yelp.se\/*",
"*:\/\/*.yelp.com.ph\/*",
"*:\/\/*.yelp.pl\/*",
"*:\/\/*.yelp.nl\/*",
"*:\/\/*.yelp.co.jp\/*",
"*:\/\/*.yelp.com.tw\/*",
"*:\/\/*.yelp.cl\/*",
"*:\/\/*.yelp.no\/*",
"*:\/\/*.yelp.it\/*",
"*:\/\/*.yelp.com.mx\/*",
"*:\/\/*.yelp.com.tr\/*",
"*:\/\/*.yelp.co.uk\/*",
"*:\/\/*.yelp.com.ar\/*",
"*:\/\/*.yelp.my\/*",
"*:\/\/*.yelp.com.br\/*",
"*:\/\/*.yelp.at\/*",
"*:\/\/*.yelp.ie\/*",
"*:\/\/*.yelp.com.au\/*"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.yelp.com\/*",
"*:\/\/*.yelp.dk\/*",
"*:\/\/*.yelp.com.hk\/*",
"*:\/\/*.yelp.fi\/*",
"*:\/\/*.yelp.be\/*",
"*:\/\/*.yelp.es\/*",
"*:\/\/*.yelp.ch\/*",
"*:\/\/*.yelp.pt\/*",
"*:\/\/*.yelp.ca\/*",
"*:\/\/*.yelp.com.sg\/*",
"*:\/\/*.yelp.cz\/*",
"*:\/\/*.yelp.de\/*",
"*:\/\/*.yelp.fr\/*",
"*:\/\/*.yelp.se\/*",
"*:\/\/*.yelp.com.ph\/*",
"*:\/\/*.yelp.pl\/*",
"*:\/\/*.yelp.nl\/*",
"*:\/\/*.yelp.co.jp\/*",
"*:\/\/*.yelp.com.tw\/*",
"*:\/\/*.yelp.cl\/*",
"*:\/\/*.yelp.no\/*",
"*:\/\/*.yelp.it\/*",
"*:\/\/*.yelp.com.mx\/*",
"*:\/\/*.yelp.com.tr\/*",
"*:\/\/*.yelp.co.uk\/*",
"*:\/\/*.yelp.com.ar\/*",
"*:\/\/*.yelp.my\/*",
"*:\/\/*.yelp.com.br\/*",
"*:\/\/*.yelp.at\/*",
"*:\/\/*.yelp.ie\/*",
"*:\/\/*.yelp.com.au\/*"
],
"js": [
"contentScript.js"
],
"css": [
"style.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr1nFiGgE\/j9Y\/5ZLaxQYIUHY3jjBSL1Q3maeGj8cfmL6gRRhBHt+xkadyivajPKcwPjCpPkh3tVfUw+dZPLL6Uphtnakk7OcCchb3WpwiCHr0NXTwwvcnxOQrxTx0vfWDtdxlWTzreoXaeP23K+eAxub4uEscUNZURqzeHadnhKssDHwlYyTTGGe+a3tz9YY6hAn0xk8KrwurlRJN3Pt9ZH1M0dBwDuTUvXIlCGrfd8sM2atRzIx5WQzui1RoqzTgDK4oPYgtKMDTiyH4uCO+vhqNXCTyR35qobXOVdJeXd8XQypRzPn4xsL5jzmy2rBBrxWV9N1AKkrQ7Qz6M7OKQIDAQAB",
"oauth2": {
"client_id": "808775506235-7pdg6ab1o0rjf43j0cihup5u42cnq7ub.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"libs\/*",
"injected.js"
],
"matches": [
"<all_urls>"
]
}
]
}