Mad Ader

The Mad Ader is your solution to creating proven profitable FB ads

Mad Ader क्या है?

Mad Ader https://madader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Mad Ader is your solution to creating proven profitable FB ads"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mad Ader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}