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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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/
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}