Mad Ader
The Mad Ader is your solution to creating proven profitable FB ads
什么是Mad Ader?
Mad Ader是由https://madader.com开发的Chrome扩展程序,该扩展的主要功能是“The Mad Ader is your solution to creating proven profitable FB ads”。
扩展截图
下载Mad Ader扩展crx文件
下载Mad Ader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will save you time by allowing you to easily save/download FB ads to a google sheet or csv file You can easily add any FB ad you see to your ads database while your scrolling around FB news feed You can also add ads from the ads library of any page on FB. You can download your entire DB of saved ads to a CSV or you can send it to a google sheet and create automated work flows around that. People are running proven profitable FB ads, with Mad Ader you can too.
扩展基本信息
名称 | Mad Ader |
ID | pedfpcoomdincjgknooboacfaihaacpn |
官方URL | https://chromewebstore.google.com/detail/mad-ader/pedfpcoomdincjgknooboacfaihaacpn |
简介 | The Mad Ader is your solution to creating proven profitable FB ads |
文件大小 | 1.05 MB |
安装次数 | 561 |
当前版本 | 1.0.66 |
更新时间 | 2023-12-27 |
上架时间 | 2021-06-15 |
评分 | 3.33/5 共6次评分 |
开发者 | https://madader.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.madader.com |
隐私政策页面URL | https://tier5.us/chrome_extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/js\/background.js" }, "icons": { "16": "images\/1623659408791-smallLogo.png", "48": "images\/1623659408838-mediumLogo.png", "128": "images\/1623659408973-largeLogo.png" }, "action": { "default_popup": ".\/login.html", "default_title": "Mad Ader" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "js\/vendor.js", "js\/sweetalert2.all.min.js", "js\/helper.js", "js\/content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "description": "The Mad Ader is your solution to creating proven profitable FB ads", "manifest_version": 3, "name": "Mad Ader", "options_page": ".\/dashboard.html", "permissions": [ "tabs", "storage", "unlimitedStorage", "https:\/\/www.googleapis.com\/", "https:\/\/www.googleapis.com\/auth\/drive", "https:\/\/www.googleapis.com\/auth\/spreadsheets" ], "host_permissions": [ "*:\/\/*.facebook.com\/*" ], "version": "1.0.66", "web_accessible_resources": [ { "resources": [ "css\/contentScript.css", "images\/*" ], "matches": [ "*:\/\/*.facebook.com\/*" ] } ], "short_name": "MA" } |