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": "G-Play Reviews Scraper and Exporter | Ecomstal",
"version": "1.0.1",
"description": "Easily extract and export the G-Play Reviews Scraper & Exporter. Get ratings, comments, and timestamps in CSV\/Excel.",
"author": "Ecomstal",
"host_permissions": [
"*:\/\/*.play.google.com\/*"
],
"permissions": [
"activeTab",
"storage",
"tabs",
"identity",
"identity.email"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_title": "G-Play Reviews Exporter",
"default_icons": {
"32": "images\/AmzScraper.png",
"48": "images\/AmzScraper.png",
"128": "images\/AmzScraper.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/*.play.google.com\/*"
],
"js": [
"popup.js",
"content.js"
],
"resources": [
"images\/*"
]
}
],
"icons": {
"32": "images\/AmzScraper.png",
"48": "images\/AmzScraper.png",
"128": "images\/AmzScraper.png"
},
"web_accessible_resources": [
{
"resources": [
"result.html",
"result.js",
"result.css"
],
"matches": [
"*:\/\/*.play.google.com\/*"
]
}
],
"oauth2": {
"client_id": "836144336952-5bjjvoairtrkt1ulab0uahtooptergu6.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"manifest_version": 3
}