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": "NextScraper",
"description": "Easily view & export data from Next.js\/React sites. Generate snippets in multiple languages to jumpstart your web scraping project.",
"version": "1.0.0",
"manifest_version": 3,
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "img\/icon48.png"
},
"content_scripts": [
{
"js": [
"assets\/content.js-loader-13d995c2.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"activeTab",
"storage",
"webNavigation"
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-034465bd.js"
],
"use_dynamic_url": true
}
]
}