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

Qu'est-ce que Auto-like & reply to all comments on pages ?

Auto-like & reply to all comments on pages est une extension Chrome développée par Useful tools, et sa fonction principale est "Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Auto-like & reply to all comments on pages

Téléchargez les fichiers d'extension Auto-like & reply to all comments on pages au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Auto-like & reply to all comments on pages Auto-like & reply to all comments on pages
ID eibijfkeopjcbehlingbpcngaegogddb
URL Officiel https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb
Description Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
Taille du Fichier 225 KB
Nombre d'Installations 2,524
Version Actuelle 2022.10.6
Dernière Mise à Jour 2022-10-08
Date de Publication 2021-02-03
Évaluation 4.47/5 Total 15 Évaluations
Développeur Useful tools
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.invitelikecomment.com/
URL de la Page de Politique de Confidentialité http://invitepostlikers.com/privacy.php
Langues Prises en Charge 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\/*"
    ]
}