Inspect and view changes in Advertising Budget Helper source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Advertising Budget Helper",
"description": "This extension forces advertising specialists to type the budget amount of an advertising campaign a second time before proceeding",
"version": "0.0.1.2",
"manifest_version": 3,
"icons": {
"16": "favicon-16x16.png",
"32": "favicon-32x32.png",
"480": "favicon-480x480.png",
"512": "favicon-512x512.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "favicon-16x16.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"host_permissions": [
"*://www.facebook.com/*",
"*://adsmanager.facebook.com/*",
"*://business.facebook.com/*",
"*://displayvideo.google.com/*",
"*://ads.tiktok.com/*",
"*://business.tiktok.com/*"
],
"oauth2": {
"client_id": "211122556080-daqpe0d8st65a80et5j1qirrjfgviqnf.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile"
]
}
}