Legendary Posts

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

Legendary Posts là gì?

Legendary Posts là một tiện ích mở rộng Chrome được phát triển bởi alex.just.1011, và tính năng chính của nó là "Legendary Posts allows you to convert your Facebook posts into leads machines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Legendary Posts

Tải xuống các tệp mở rộng Legendary Posts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Legendary Posts Legendary Posts
ID kifkdcenlojbhjnkiiijjhpogpkfcjdo
URL Chính Thức https://chromewebstore.google.com/detail/legendary-posts/kifkdcenlojbhjnkiiijjhpogpkfcjdo
Mô tả Legendary Posts allows you to convert your Facebook posts into leads machines.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-06-20
Ngày Phát Hành 2023-01-31
Nhà Phát Triển alex.just.1011
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.legendaryposts.com/
URL Trang Chính Sách Bảo Mật https://www.alexjusst.com/politica-de-privacidad1
Ngôn Ngữ Được Hỗ Trợ 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
}