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": "Google Ads Transparency Data Exporter",
"description": "Export, download and analyze Google Ads Transparency Center data with this privacy-focused tool for marketers and researchers.",
"version": "1.1.1",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png",
"196": "img\/logo-196.png"
},
"action": {
"default_popup": "popup.html#\/?popup=true",
"default_icon": "img\/logo-96.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.js-loader-760be7ca.js"
],
"matches": [
"*:\/\/adstransparency.google.com\/*"
],
"css": [
"assets\/index-da2c513d.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/adstransparency.google.com\/*"
],
"resources": [
"assets\/chunk-93e1f261.js",
"assets\/chunk-a86a4c39.js",
"assets\/chunk-bfc33a76.js"
],
"use_dynamic_url": false
}
],
"host_permissions": [],
"permissions": [
"tabs"
]
}