Auto Comment & Seeding Groups FB

Auto like, comment facebook posts

Τι είναι το Auto Comment & Seeding Groups FB;

Το Auto Comment & Seeding Groups FB είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Haibasoft, και η κύρια λειτουργία του είναι "Auto like, comment facebook posts".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Auto Comment & Seeding Groups FB

Λήψη αρχείων επέκτασης Auto Comment & Seeding Groups FB σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Comment & Seeding Groups FB Auto Comment & Seeding Groups FB
ID obfcbbpfgfkknenfhojjnpgalebjelpe
Επίσημο URL https://chrome.google.com/webstore/detail/auto-comment-seeding-grou/obfcbbpfgfkknenfhojjnpgalebjelpe
Περιγραφή Auto like, comment facebook posts
Μέγεθος Αρχείου 156 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-08-15
Ημερομηνία Δημοσίευσης 2022-08-10
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Haibasoft
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://haibasoft.com
Διεύθυνση URL της Σελίδας Βοήθειας https://mtool.vn/fb-groups-comment/
Υποστηριζόμενες Γλώσσες 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": []
}