Auto Comment & Seeding Groups FB

Auto like, comment facebook posts

¿Qué es Auto Comment & Seeding Groups FB?

Auto Comment & Seeding Groups FB es una extensión de Chrome desarrollada por Haibasoft, y su función principal es "Auto like, comment facebook posts".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Auto Comment & Seeding Groups FB

Descarga archivos de extensión Auto Comment & Seeding Groups FB en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - Download desktop software: https://drive.google.com/file/d/1SbyYSu99m9hi8ipCmeyTUv4tHhsCcUao/view
- Website: https://mtool.vn/fb-groups-comment/

HAIBASOFT is a powerful script of automation tools.
Customer Support: [email protected]

HAIBASOFT is a collection of script to help Facebook™ users with a few things:
1. Seeding & commenting on the post just posted on the Group to find potential customers immediately (increasing opportunities with competitors)
2. Like/drop emotions & comment on posts with the most relevant content (comment by keyword - NO SPAM)
3. Interact with multiple accounts at the same time, and seeding accounts with no duplicate content
4. Unlimited accounts, groups, keywords, responses
5. Interact by post time
6. Interact by UID Groups list or all groups
7. Limit the number of comments per day
8. Limit the number of comments in a group
9. Notification & sound options

*Important:
- Scripts can run in the background (Please do not maximize the browser window, and do not minimize the window)
- Extension runs with the software [URL Download]

#FAQ:
- Your FB account is absolutely secure (because it doesn't use tokens and cookies like tools on the market). Tool uses an interface mechanism, manipulating to help people like nature, without any token or cookie mechanism, so it is completely natural.
- FB does not limit interaction, but fb will set an interaction limit for each account depending on the account trust level. Please interact to gradually increase the level so that tk is not penalized & checkpoint
- For reading notifications, configure to receive all posts in the groups you want to read notifications
- Please divide into many groups, enter appropriate priority and exclusion keywords, enter comment content (Response) in the form of sharing, seeding indirect sales. Avoid writing objectionable sales content.
- Please TEST the article content and check the appropriate comment results before running seeding.

Google Analytics Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience.

Facebook™ is a registered trade mark of Facebook™ Inc. The use of the Facebook™  trade name or trademark is for identification, reference or descriptive. This  extension has no connection to Facebook™ Inc or their product brand.  All the occurrences of the word "Facebook" is for descriptive purpose only.                    

Información Básica de la Extensión

Nombre Auto Comment & Seeding Groups FB Auto Comment & Seeding Groups FB
ID obfcbbpfgfkknenfhojjnpgalebjelpe
URL Oficial https://chrome.google.com/webstore/detail/auto-comment-seeding-grou/obfcbbpfgfkknenfhojjnpgalebjelpe
Descripción Auto like, comment facebook posts
Tamaño del Archivo 156 KB
Cantidad de Instalaciones 72
Versión Actual 1.0.2
Última Actualización 2022-08-15
Fecha de Publicación 2022-08-10
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Haibasoft
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://haibasoft.com
URL de la Página de Ayuda https://mtool.vn/fb-groups-comment/
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Comment & Seeding Groups FB",
    "short_name": "A.C.S",
    "default_locale": "en",
    "version": "1.0.2",
    "description": "Auto like, comment facebook posts",
    "icons": {
        "48": "icon.png",
        "96": "icon.png"
    },
    "author": "haibasoft.com",
    "content_security_policy": [],
    "web_accessible_resources": [
        {
            "resources": [
                "run.gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_title": "FB Groups Seeding",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*qjob=group*"
            ],
            "js": [
                "group.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*qjob=notif*"
            ],
            "js": [
                "notif.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*qjob=feed*"
            ],
            "js": [
                "feed.js"
            ],
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "tool.js"
            ],
            "css": [
                "tool.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "unlimitedStorage",
        "https:\/\/*.messenger.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.haibasoft.com\/*",
        "http:\/\/localhost:9490\/*"
    ],
    "host_permissions": []
}