Ads Trust
Get to know the trust level of your Facebook Ads account.
What is Ads Trust?
Ads Trust is a Chrome extension developed by https://cpa.rip, and its main feature is "Get to know the trust level of your Facebook Ads account.".
Extension Screenshots
Download Ads Trust Extension CRX File
Download Ads Trust extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension shows the trust level of Facebook Ads to your payment profile.
Extension Basic Information
Name | Ads Trust |
ID | lanhjpladilgmdkepgeggnllpiofkefi |
Official URL | https://chromewebstore.google.com/detail/ads-trust/lanhjpladilgmdkepgeggnllpiofkefi |
Description | Get to know the trust level of your Facebook Ads account. |
File Size | 54.72 KB |
Installation Count | 5,000 |
Current Version | 0.3 |
Last Updated | 2023-08-22 |
Publish Date | 2023-08-22 |
Developer | https://cpa.rip |
[email protected] | |
Payment Type | free |
Help Page URL | https://cpa.rip/en/blogs/facebook-ad-account-trust-levels/ |
Privacy Policy Page URL | https://cpa.rip/adlibraryhelper/policy.html |
Supported Languages | 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" ] } |