Legendary Posts

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

Was ist Legendary Posts?

Legendary Posts ist eine Chrome-Erweiterung, die von alex.just.1011 entwickelt wurde, und ihr Hauptmerkmal ist "Legendary Posts allows you to convert your Facebook posts into leads machines.".

Erweiterungsscreenshots

screenshot

Legendary Posts-Erweiterungs-CRX-Datei herunterladen

Laden Sie Legendary Posts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Legendary Posts Legendary Posts
ID kifkdcenlojbhjnkiiijjhpogpkfcjdo
Offizielle URL https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo
Beschreibung Legendary Posts allows you to convert your Facebook posts into leads machines.
Dateigröße 1.55 MB
Installationsanzahl 72
Aktuelle Version 1.0.4
Letztes Update 2023-06-20
Veröffentlichungsdatum 2023-01-31
Entwickler alex.just.1011
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.legendaryposts.com/
URL der Datenschutzrichtlinien-Seite https://www.alexjusst.com/politica-de-privacidad1
Unterstützte Sprachen 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
}