Auto Comment & Seeding Groups FB

Auto like, comment facebook posts

Apa itu Auto Comment & Seeding Groups FB?

Auto Comment & Seeding Groups FB adalah ekstensi Chrome yang dikembangkan oleh Haibasoft, dan fitur utamanya adalah "Auto like, comment facebook posts".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Comment & Seeding Groups FB

Unduh file ekstensi Auto Comment & Seeding Groups FB dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Auto Comment & Seeding Groups FB Auto Comment & Seeding Groups FB
ID obfcbbpfgfkknenfhojjnpgalebjelpe
URL Resmi https://chrome.google.com/webstore/detail/auto-comment-seeding-grou/obfcbbpfgfkknenfhojjnpgalebjelpe
Deskripsi Auto like, comment facebook posts
Ukuran File 156 KB
Jumlah Instalasi 72
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-08-15
Tanggal Publikasi 2022-08-10
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Haibasoft
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://haibasoft.com
URL Halaman Bantuan https://mtool.vn/fb-groups-comment/
Bahasa yang Didukung 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": []
}