Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"name": "__MSG_appName__",
"version": "1.6.7",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 3,
"minimum_chrome_version": "88",
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"img\/*",
"static\/*",
"css\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/all.js",
"js\/shopify.js"
]
},
{
"matches": [
"*:\/\/*.facebook.com\/ads\/library\/*"
],
"js": [
"js\/fbAdvertiser.js"
],
"css": [
"css\/all.css"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/extension-icon-x16.png",
"32": "icons\/extension-icon-x32.png",
"48": "icons\/extension-icon-x48.png",
"128": "icons\/extension-icon-x128.png"
}
},
"icons": {
"16": "icons\/extension-icon-x16.png",
"32": "icons\/extension-icon-x32.png",
"48": "icons\/extension-icon-x48.png",
"128": "icons\/extension-icon-x128.png"
},
"externally_connectable": {
"matches": [
"*:\/\/*.ppspy.com\/*",
"*:\/\/*.shenbihuyu.com\/*"
]
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}