MY AD FINDER

MY AD FINDER allows you to collect, save & hunt trending ads automatically from your facebook news feed.

Τι είναι το MY AD FINDER;

Το MY AD FINDER είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://myadfinder.com, και η κύρια λειτουργία του είναι "MY AD FINDER allows you to collect, save & hunt trending ads automatically from your facebook news feed.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MY AD FINDER

Λήψη αρχείων επέκτασης MY AD FINDER σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Discover Trending Facebook Ads with MY AD FINDER

Easily collect, save, and analyze trending ads straight from your Facebook news feed. MY AD FINDER is your ultimate tool to spot competitor ads and find inspiration for your next ad campaign.

How Does It Work?

★   Automatically aggregate Facebook ads into a convenient list by simply scrolling your news feed.
★   Tag and save your favorite ads for later review.
★   Hide organic posts for an ads-only view.
★   Analyze ads with structural data insights, including images, links, headlines, and engagement metrics.
★   And, most importantly, use MY AD FINDER for FREE.

Features:

★   Auto-collection of ads in a locally hosted list on Chrome.
★   Easy one-click saving of interesting ads to your favorites.
★   Swift comparison of multiple ads in a unified list.
★   Detailed breakdown of each ad's components and metrics.

Ideal for:

★   Store owners sourcing trending products.
★   Those keen to analyze ads of similar products.
★   Ad intelligence experts studying competitor strategies.
★   Copywriters and creators looking for ad inspiration.

Maximize Your Experience:

1) Engage with products of interest: like, comment, and click 'Shop Now'. This prompts Facebook to show you more relevant ads.
2) Not seeing ads? Start by liking pages promoting products you're keen on.

Harness the power of MY AD FINDER and get an edge in the ad game! Install now for unparalleled Facebook ad insights.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MY AD FINDER MY AD FINDER
ID jdelodjlpgkjenhcongcfdcocmjgjbci
Επίσημο URL https://chromewebstore.google.com/detail/my-ad-finder/jdelodjlpgkjenhcongcfdcocmjgjbci
Περιγραφή MY AD FINDER allows you to collect, save & hunt trending ads automatically from your facebook news feed.
Μέγεθος Αρχείου 1.78 MB
Αριθμός Εγκαταστάσεων 247,367
Τρέχουσα Έκδοση 2.25.0
Τελευταία Ενημέρωση 2023-11-05
Ημερομηνία Δημοσίευσης 2020-04-26
Αξιολόγηση 4.79/5 Συνολικά 2384 Αξιολογήσεις
Προγραμματιστής https://myadfinder.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://myadfinder.com
URL της Σελίδας Πολιτικής Απορρήτου https://myadfinder.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "MY AD FINDER allows you to collect, save & hunt trending ads automatically from your facebook news feed.",
    "version": "2.25.0",
    "name": "MY AD FINDER",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "MY AD FINDER",
        "default_icon": "assets\/icon-48.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        },
        {
            "js": [
                "interceptor.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "maf-content.js"
            ],
            "matches": [
                "*:\/\/*.myadfinder.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "\/assets\/happy.png",
        "\/assets\/bleulogo.png",
        "\/assets\/sad.png",
        "\/assets\/freshchat.png"
    ]
}