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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |