Ads Trust
Get to know the trust level of your Facebook Ads account.
什么是Ads Trust?
Ads Trust是由https://cpa.rip开发的Chrome扩展程序,该扩展的主要功能是“Get to know the trust level of your Facebook Ads account.”。
扩展截图
下载Ads Trust扩展crx文件
下载Ads Trust扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension shows the trust level of Facebook Ads to your payment profile. 扩展基本信息
| 名称 | |
| ID | lanhjpladilgmdkepgeggnllpiofkefi |
| 官方URL | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
| 简介 | Get to know the trust level of your Facebook Ads account. |
| 文件大小 | 54.72 KB |
| 安装次数 | 5,000 |
| 当前版本 | 0.3 |
| 更新时间 | 2023-08-22 |
| 上架时间 | 2023-08-22 |
| 开发者 | https://cpa.rip |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
| 隐私政策页面URL | https://cpa.rip/adlibraryhelper/policy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ads Trust",
"description": "Get to know the trust level of your Facebook Ads account.",
"version": "0.3",
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon-32.png"
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"js": [
"js\/jquery-3.2.1.min.js",
"js\/app.js"
],
"css": [
"css\/styles.css"
],
"matches": [
"https:\/\/adsmanager.facebook.com\/*"
]
}
],
"permissions": [
"tabs",
"activeTab",
"storage"
]
} | |