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

Was ist Auto-like & reply to all comments on pages?

Auto-like & reply to all comments on pages ist eine Chrome-Erweiterung, die von Useful tools entwickelt wurde, und ihr Hauptmerkmal ist "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included".

Erweiterungsscreenshots

Auto-like & reply to all comments on pages-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto-like & reply to all comments on pages-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Auto-like & reply to all comments on pages Auto-like & reply to all comments on pages
ID eibijfkeopjcbehlingbpcngaegogddb
Offizielle URL https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb
Beschreibung Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
Dateigröße 225 KB
Installationsanzahl 2,524
Aktuelle Version 2022.10.6
Letztes Update 2022-10-08
Veröffentlichungsdatum 2021-02-03
Bewertung 4.47/5 Insgesamt 15 Bewertungen
Entwickler Useful tools
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.invitelikecomment.com/
URL der Datenschutzrichtlinien-Seite http://invitepostlikers.com/privacy.php
Unterstützte Sprachen 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\/*"
    ]
}