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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Friend Maker | Toolkit for Facebook is a suite of Multiple Tools for Facebook. that will help you to automate the process of adding…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Friend Maker | Toolkit for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
    }
}