Legendary Posts

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

Legendary Postsคืออะไร?

Legendary Posts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alex.just.1011 และคุณลักษณะหลักของมันคือ "Legendary Posts allows you to convert your Facebook posts into leads machines."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Legendary Posts

ดาวน์โหลดไฟล์ส่วนขยาย Legendary Posts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}