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

Apa itu Auto-like & reply to all comments on pages?

Auto-like & reply to all comments on pages adalah ekstensi Chrome yang dikembangkan oleh Useful tools, dan fitur utamanya adalah "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Auto-like & reply to all comments on pages

Unduh file ekstensi Auto-like & reply to all comments on pages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Auto-like & reply to all comments on pages Auto-like & reply to all comments on pages
ID eibijfkeopjcbehlingbpcngaegogddb
URL Resmi https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb
Deskripsi Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
Ukuran File 225 KB
Jumlah Instalasi 2,524
Versi Saat Ini 2022.10.6
Terakhir Diperbarui 2022-10-08
Tanggal Publikasi 2021-02-03
Penilaian 4.47/5 Total 15 Penilaian
Pengembang Useful tools
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.invitelikecomment.com/
URL Halaman Kebijakan Privasi http://invitepostlikers.com/privacy.php
Bahasa yang Didukung 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\/*"
    ]
}