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": "ScrapeShopify - Scrape Shopify Site",
"version": "1.0.5",
"manifest_version": 2,
"description": "Shopify Scraper.Shopify Spy Tool Free.One click product scraper shopify.",
"browser_action": {
"default_icon": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"default_popup": "popup\/index.html"
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/www.gstatic.com\/ ; object-src 'self'",
"permissions": [
"tabs",
"activeTab",
"<all_urls>"
]
}