Auto-like & reply to all comments on pages

Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included

Auto-like & reply to all comments on pagesคืออะไร?

Auto-like & reply to all comments on pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Useful tools และคุณลักษณะหลักของมันคือ "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto-like & reply to all comments on pages

ดาวน์โหลดไฟล์ส่วนขยาย Auto-like & reply to all comments on pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                                            

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

ชื่อ Auto-like & reply to all comments on pages Auto-like & reply to all comments on pages
ID eibijfkeopjcbehlingbpcngaegogddb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb
คำอธิบาย Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
ขนาดไฟล์ 225 KB
จำนวนการติดตั้ง 2,524
เวอร์ชันปัจจุบัน 2022.10.6
อัปเดตครั้งล่าสุด 2022-10-08
วันที่เผยแพร่ 2021-02-03
คะแนน 4.47/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Useful tools
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.invitelikecomment.com/
URL หน้านโยบายความเป็นส่วนตัว http://invitepostlikers.com/privacy.php
ภาษาที่รองรับ de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "2022.10.6",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "content.css",
                "fonts\/roboto-latin-400.woff2",
                "fonts\/roboto-latin-700.woff2",
                "options.html",
                "comment_sender.js",
                "how-to-select-posts.png",
                "how-to-open-post-separately.png",
                "postTextNow.js"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "description": "__MSG_extdesc__",
    "homepage_url": "https:\/\/www.invitelikecomment.com\/",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "name": "__MSG_start_inv__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ]
}