Auto Comment & Seeding Groups FB

Auto like, comment facebook posts

Auto Comment & Seeding Groups FB란 무엇입니까?

Auto Comment & Seeding Groups FB은(는) Haibasoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto like, comment facebook posts"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Auto Comment & Seeding Groups FB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        - 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": []
}