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 |
官方網址 | 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" } |