Legendary Posts

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

Legendary Posts क्या है?

Legendary Posts alex.just.1011 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Legendary Posts allows you to convert your Facebook posts into leads machines."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Legendary Posts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Legendary Posts Legendary Posts
ID kifkdcenlojbhjnkiiijjhpogpkfcjdo
आधिकारिक URL https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo
विवरण Legendary Posts allows you to convert your Facebook posts into leads machines.
फ़ाइल का आकार 1.55 MB
स्थापना संख्या 72
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-06-20
प्रकाशन तिथि 2023-01-31
डेवलपर alex.just.1011
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.legendaryposts.com/
गोपनीयता नीति पृष्ठ URL https://www.alexjusst.com/politica-de-privacidad1
समर्थित भाषाएँ 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
}