Legendary Posts

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

Co je Legendary Posts?

Legendary Posts je rozšíření Chrome vyvinuté alex.just.1011, a jeho hlavní funkcí je „Legendary Posts allows you to convert your Facebook posts into leads machines.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Legendary Posts

Stáhněte si soubory rozšíření Legendary Posts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Legendary Posts Legendary Posts
ID kifkdcenlojbhjnkiiijjhpogpkfcjdo
Oficiální URL https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo
Popis Legendary Posts allows you to convert your Facebook posts into leads machines.
Velikost souboru 1.55 MB
Počet instalací 72
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-06-20
Datum Vydání 2023-01-31
Vývojář alex.just.1011
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.legendaryposts.com/
URL Stránky Zásad Ochrany Soukromí https://www.alexjusst.com/politica-de-privacidad1
Podporované Jazyky 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
}