Legendary Posts

Legendary Posts allows you to convert your Facebook posts into leads machines.

Cos'è Legendary Posts?

Legendary Posts è un'estensione di Chrome sviluppata da alex.just.1011, e la sua funzione principale è "Legendary Posts allows you to convert your Facebook posts into leads machines.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Legendary Posts

Scarica i file di estensione Legendary Posts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Legendary Posts allows you to convert your Facebook posts into leads machines. THIS IS A WHITE LABEL EXTENSION MADE BY TIER5.US FOR ALEX JUST.                    

Informazioni di Base sull'Estensione

Nome Legendary Posts Legendary Posts
ID kifkdcenlojbhjnkiiijjhpogpkfcjdo
URL Ufficiale https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo
Descrizione Legendary Posts allows you to convert your Facebook posts into leads machines.
Dimensione del File 1.55 MB
Conteggio Installazioni 72
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-06-20
Data di Pubblicazione 2023-01-31
Sviluppatore alex.just.1011
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.legendaryposts.com/
URL della Pagina della Politica sulla Privacy https://www.alexjusst.com/politica-de-privacidad1
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legendary Posts",
    "version": "1.0.4",
    "description": "Legendary Posts allows you to convert your Facebook posts into leads machines.",
    "short_name": "LP",
    "icons": {
        "16": "images\/5fda20951c35d67802639897-Legendary_Posts-1657893821262-small_icon.png",
        "48": "images\/5fda20951c35d67802639897-Legendary_Posts-1657893821329-medium_icon.png",
        "128": "images\/5fda20951c35d67802639897-Legendary_Posts-1657893821413-large_icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/js\/content.js"
            ],
            "css": [
                "assets\/content.css",
                "css\/customCss.css"
            ]
        }
    ],
    "action": {
        "default_popup": "login.html",
        "default_title": "Legendary Posts"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "*:\/\/facebook.com\/*"
    ],
    "options_page": "settings.html",
    "background": {
        "service_worker": ".\/js\/assembleAllScript.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "images\/*",
                "js\/*",
                "settings.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}