Genius Ad Library

Solution to creating proven profitable FB ads

Τι είναι το Genius Ad Library;

Το Genius Ad Library είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον edakehurst, και η κύρια λειτουργία του είναι "Solution to creating proven profitable FB ads".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Genius Ad Library

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

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

                        Profitable social media ads require research. 

Genius Ad Library saves you time and effort, and helps keep you organized.

You find ads (using our free training) in your niche that are converting, and you can save them in your library collection.

Use your library at any time to help you create winning ads, and engaging posts.                    

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

Όνομα Genius Ad Library Genius Ad Library
ID ddfpegobeihgfdlplojagflgpjjemlbl
Επίσημο URL https://chromewebstore.google.com/detail/genius-ad-library/ddfpegobeihgfdlplojagflgpjjemlbl
Περιγραφή Solution to creating proven profitable FB ads
Μέγεθος Αρχείου 1.04 MB
Αριθμός Εγκαταστάσεων 772
Τρέχουσα Έκδοση 1.1.47
Τελευταία Ενημέρωση 2023-12-05
Ημερομηνία Δημοσίευσης 2021-07-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής edakehurst
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://edakehurst.kartra.com/page/GeniusAdLibrary
Διεύθυνση URL της Σελίδας Βοήθειας https://edakehurst.kartra.com/help/HelpDesk
URL της Σελίδας Πολιτικής Απορρήτου https://geniusposts.io/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "icons": {
        "16": "images\/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100788-small_icon.png",
        "48": "images\/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100849-medium_icon.png",
        "128": "images\/5f326f2af01f5b4338ccf597-Genius_Ad_Library-1625573100891-large_icon.png"
    },
    "action": {
        "default_popup": ".\/login.html",
        "default_title": "Genius Ad Library"
    },
    "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": "Solution to creating proven profitable FB ads",
    "manifest_version": 3,
    "name": "Genius Ad Library",
    "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.1.47",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/contentScript.css",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "GAL"
}