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

Wat is Auto-like & reply to all comments on pages?

Auto-like & reply to all comments on pages is een Chrome-extensie ontwikkeld door Useful tools, en de belangrijkste functie is "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included".

Extensie Screenshots

Download het CRX-bestand van de extensie Auto-like & reply to all comments on pages

Download Auto-like & reply to all comments on pages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Auto-like & reply to all comments on pages Auto-like & reply to all comments on pages
ID eibijfkeopjcbehlingbpcngaegogddb
Officiële URL https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb
Beschrijving Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
Bestandsgrootte 225 KB
Aantal Installaties 2,524
Huidige Versie 2022.10.6
Laatst Bijgewerkt 2022-10-08
Publicatiedatum 2021-02-03
Beoordeling 4.47/5 Totaal 15 Beoordelingen
Ontwikkelaar Useful tools
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.invitelikecomment.com/
URL van de Privacybeleid Pagina http://invitepostlikers.com/privacy.php
Ondersteunde Talen 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\/*"
    ]
}