Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AdSpyder - Get domain ad analytics and ad copies.",
"version": "1.3.0",
"description": "Get domain ad analytics and ad copies.",
"action": {
"default_title": "Adspyder Extension",
"default_icon": {
"16": "Images\/icon16.png",
"32": "Images\/icon32.png",
"64": "Images\/icon64.png"
}
},
"icons": {
"16": "Images\/icon16.png",
"32": "Images\/icon32.png",
"64": "Images\/icon64.png"
},
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background\/background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/container.js"
],
"css": [
"content\/container.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"notifications",
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"index.html",
"Images\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
}