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",
"description": "Sourcing online? Join the hundreds of designers on StyleRow who save hours of time per week using the StyleRow Product Clipper.",
"version": "1.58.0",
"name": "StyleRow Product Clipper",
"web_accessible_resources": [
{
"resources": [
"js\/content.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"management",
"contextMenus",
"activeTab",
"tabs",
"storage",
"scripting",
"sidePanel"
],
"background": {
"service_worker": "js\/background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"include_globs": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end",
"exclude_globs": [
"chrome:\/\/*\/*",
"view-source:*"
],
"js": [
"js\/content.js"
]
}
],
"icons": {
"32": "icons\/SR_favicon-32.png",
"57": "icons\/SR_favicon-57.png",
"76": "icons\/SR_favicon-76.png",
"96": "icons\/SR_favicon-96.png",
"128": "icons\/SR_favicon-128.png"
},
"manifest_version": 3,
"action": {
"default_title": "StyleRow Clipper"
},
"host_permissions": [
"*:\/\/*\/*"
]
}