LEGION Trinity

Automatically schedule your posts on Facebook

LEGION Trinityคืออะไร?

LEGION Trinity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pantheon Marketing และคุณลักษณะหลักของมันคือ "Automatically schedule your posts on Facebook"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        LEGION Trinity is the world's most advanced Chrome Extension for powering up your Facebook!

List of LEGION Trinity features:

1- Calendar: schedule posts to be automatically posted either on your wall or in a group.
2- Find friends from Post interactions: choose a post where people with similar interests are liking or commenting and automatically add them to your friends.
3- Accept or remove received friend requests: choose to accept or remove all or selected friend requests you have received.
4- Remove sent friend requests.
5- Auto reply post comments: choose a post and automatically reply to all the comments.
6- Canned Responses: load all the messages you usually repetitively send to your friends and LEGION Trinity will display in Messenger for you to choose them and send them swiftly.
7- Inactive Friends: find your friends who are inactive and safely remove them.
8- Scraper: analyze all the posts of a friend or all the comments from a post.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LEGION Trinity LEGION Trinity
ID eaaoeahhogahendoigiaipcmdkldmhng
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/legion-trinity/eaaoeahhogahendoigiaipcmdkldmhng
คำอธิบาย Automatically schedule your posts on Facebook
ขนาดไฟล์ 2.93 MB
จำนวนการติดตั้ง 232
เวอร์ชันปัจจุบัน 2.16.23
อัปเดตครั้งล่าสุด 2021-05-13
วันที่เผยแพร่ 2020-06-21
คะแนน 4.25/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Pantheon Marketing
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.legionsoftware.io/legal
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEGION Trinity",
    "short_name": "LEGION Trinity",
    "version": "2.16.23",
    "description": "Automatically schedule your posts on Facebook",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "LEGION Trinity",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "activeTab",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.facebook.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "background": {
        "scripts": [
            "scripts\/background\/headers.js",
            "scripts\/background\/app.js",
            "scripts\/background\/friender.js",
            "scripts\/background\/postDelivery.js",
            "scripts\/background\/postsFriends.js",
            "scripts\/background\/cancelRequests.js",
            "scripts\/background\/arcHandler.js",
            "scripts\/background\/cannedResponses.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.messenger.com\/*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "scripts\/content\/cannedResponses.js",
                "scripts\/content\/sendMessage.js"
            ]
        },
        {
            "matches": [
                "*:\/\/m.facebook.com\/composer\/mbasic\/?csid=*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "scripts\/content\/alternatePhotoUpload.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "libs\/jquery-3.4.1.min.js",
                "scripts\/content\/alternateInteractions.js"
            ]
        }
    ]
}