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": "Shopify Scraper",
"version": "1.1",
"description": "Scrape et t\u00e9l\u00e9charge les produits\/collections Shopify",
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"action": {
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/shopifyParser.js"
]
}
]
}