Friend Maker | Toolkit for Facebook

Friend Maker | Toolkit for Facebook is a suite of Multiple Tools for Facebook. that will help you to automate the process of adding…

Friend Maker | Toolkit for Facebook란 무엇입니까?

Friend Maker | Toolkit for Facebook은(는) automaticsextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Friend Maker | Toolkit for Facebook is a suite of Multiple Tools for Facebook. that will help you to automate the process of adding…"입니다.

확장 프로그램 스크린샷

screenshot

Friend Maker | Toolkit for Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Friend Maker | Toolkit for Facebook is a suite of Multiple Tools for Facebook. that will help you to automate the process of adding friends on facebook based on condition. 

You can add Friends from 
1. Facebook Group, 
2. Members with things in common
3. all Friends in group Section. 

We are working on adding the function to Add Friends from 

1. Friend list of a person
2. Post reaction
3. Comment Reaction
4. Suggested Facebook Friends. 

Disclaimer: This software is not associated with facebook or Facebook INC. 
We will not be responsible on how you use this software. This software only automates the click and we do not collect any data. All Data is stored on your browser and when you delete the extension everything is erased.                    

확장 프로그램 기본 정보

이름 Friend Maker | Toolkit for Facebook Friend Maker | Toolkit for Facebook
ID kddaagffkajgikddjngfbfblhcgmmlid
공식 URL https://chromewebstore.google.com/detail/friend-maker-toolkit-for/kddaagffkajgikddjngfbfblhcgmmlid
설명 Friend Maker | Toolkit for Facebook is a suite of Multiple Tools for Facebook. that will help you to automate the process of adding…
파일 크기 469 KB
설치 횟수 14,938
현재 버전 1.4.16
최근 업데이트 2023-07-24
출시 날짜 2020-11-23
평점 2.44/5 총 34 개의 평점
개발자 automaticsextension
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.offerlevels.com/friend-maker
개인정보 보호 정책 페이지 URL https://automatics.one/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.16",
    "manifest_version": 3,
    "name": "Friend Maker | Toolkit for Facebook",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "32": "icon-32.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*",
        "https:\/\/app.dwarelab.com\/*"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "icon-32.png"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    }
}