Mad Ader

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

Qu'est-ce que Mad Ader ?

Mad Ader est une extension Chrome développée par https://madader.com, et sa fonction principale est "The Mad Ader is your solution to creating proven profitable FB ads".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mad Ader

Téléchargez les fichiers d'extension Mad Ader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mad Ader Mad Ader
ID pedfpcoomdincjgknooboacfaihaacpn
URL Officiel https://chromewebstore.google.com/detail/mad-ader/pedfpcoomdincjgknooboacfaihaacpn
Description The Mad Ader is your solution to creating proven profitable FB ads
Taille du Fichier 1.05 MB
Nombre d'Installations 561
Version Actuelle 1.0.66
Dernière Mise à Jour 2023-12-27
Date de Publication 2021-06-15
Évaluation 3.33/5 Total 6 Évaluations
Développeur https://madader.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.madader.com
URL de la Page de Politique de Confidentialité https://tier5.us/chrome_extension
Langues Prises en Charge 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"
}