Auto Comment & Seeding Groups FB

Auto like, comment facebook posts

What is Auto Comment & Seeding Groups FB?

Auto Comment & Seeding Groups FB is a Chrome extension developed by Haibasoft, and its main feature is "Auto like, comment facebook posts".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Auto Comment & Seeding Groups FB Extension CRX File

Download Auto Comment & Seeding Groups FB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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.                    

Extension Basic Information

Name Auto Comment & Seeding Groups FB Auto Comment & Seeding Groups FB
ID obfcbbpfgfkknenfhojjnpgalebjelpe
Official URL https://chrome.google.com/webstore/detail/auto-comment-seeding-grou/obfcbbpfgfkknenfhojjnpgalebjelpe
Description Auto like, comment facebook posts
File Size 156 KB
Installation Count 72
Current Version 1.0.2
Last Updated 2022-08-15
Publish Date 2022-08-10
Rating 1.00/5 Total 1 Ratings
Developer Haibasoft
Email [email protected]
Payment Type free
Extension Website https://haibasoft.com
Help Page URL https://mtool.vn/fb-groups-comment/
Supported Languages 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": []
}