Ad Finder - Ad Catcher

Ad Catcher is a great ad finder that allows you to collect Facebook™ ads.

Τι είναι το Ad Finder - Ad Catcher;

Το Ad Finder - Ad Catcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brian.daviesfield, και η κύρια λειτουργία του είναι "Ad Catcher is a great ad finder that allows you to collect Facebook™ ads.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ad Finder - Ad Catcher

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

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

                        Missing a free tool to get the ad intelligence of your competitors on Facebook™? Ad Catcher is your best choice.
Ad Catcher is an automated ad finder for the Facebook™ platform that helps you collect all the ads in your newsfeed and allows you to bookmark your favorite ads.

If you are a store owner trying to find popular products to sell.
If you are a store owner who wants to see ads for similar products.
If you're an advertising intelligence analyst trying to learn more about your competitor's advertising.
If you're an ad copywriter looking for inspiration.
If you are an ad creator looking for trending ads on Facebook™.
TRY THE FREE AD FINDER - AD CATCHER!!

How to get the most out of this extension:
1. Try to like the pages that promote the products you are interested in on Facebook™ to help the platform understand your advertising preferences, so that your account can receive advertisements sent by FB as soon as possible.
2. Like and comment on each product you are interested in, click to buy now, and let Facebook™ provide you with more similar products that you are interested in.
3. Use this Ad Finder to collect advertisements on the FB news feed page, and select the advertisements of interest on the extended viewing advertisement page.
4. Click the button above the creative you are interested in to jump to the FB Ad Library to view more advertisements of the advertiser.

An ad collector comparable to My Ad Finder and Turbo Ad Finder.

Facebook is a trademark of Facebook Inc.This is an independent project and has no relationship to Facebook or Facebook Inc.                    

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

Όνομα Ad Finder - Ad Catcher Ad Finder - Ad Catcher
ID innmhnonndnjcmndihcpdmojcddmkcff
Επίσημο URL https://chromewebstore.google.com/detail/ad-finder-ad-catcher/innmhnonndnjcmndihcpdmojcddmkcff
Περιγραφή Ad Catcher is a great ad finder that allows you to collect Facebook™ ads.
Μέγεθος Αρχείου 497 KB
Αριθμός Εγκαταστάσεων 896
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-06-30
Ημερομηνία Δημοσίευσης 2022-08-14
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής brian.daviesfield
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://adspyhub.com/privacy.html
Υποστηριζόμενες Γλώσσες id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/ad_con.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/back_con.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/innmhnonndnjcmndihcpdmojcddmkcff",
    "description": "__MSG_extDes__",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "js\/insertScript.js"
            ]
        }
    ]
}