Obox Tools - Friend Remover 2020

Friend remover - Easily delete friends with a few clicks or unfriend them all at once.

Obox Tools - Friend Remover 2020 क्या है?

Obox Tools - Friend Remover 2020 oboxtools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Friend remover - Easily delete friends with a few clicks or unfriend them all at once."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Obox Tools - Friend Remover 2020 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find & delete friends-list easily for Facebook™ - Obox Tools - Friend Remover helps you remove several  friends or unfriend all at once.

★ Note
   * 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. This extension uses absolutely NO any Facebook APIs, and it's therefore not binding with any Facebook APIs licenses. All the occurrences of the word "Facebook™" is for descriptive purpose only, and hence it's legally allowed.


★ How it works

   - Click the extension icon 
   - Stay on current page until the friends list has fully loaded!
   - Select list friend that you want to delete
   - Click the button "Remove Friend"

★ Contact Us
   If you have any question, please contact me via email: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Obox Tools - Friend Remover 2020 Obox Tools - Friend Remover 2020
ID lklafmehbmplcclnpcnpafbkocebmbam
आधिकारिक URL https://chromewebstore.google.com/detail/obox-tools-friend-remover/lklafmehbmplcclnpcnpafbkocebmbam
विवरण Friend remover - Easily delete friends with a few clicks or unfriend them all at once.
फ़ाइल का आकार 203 KB
स्थापना संख्या 2,487
वर्तमान संस्करण 2021.02.10.1
अंतिम अपडेट 2021-02-12
प्रकाशन तिथि 2020-03-16
रेटिंग 2.05/5 कुल 21 रेटिंग्स
डेवलपर oboxtools.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ffr.oboxtools.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2021.02.10.1",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "name": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/m.facebook.com\/*",
        "https:\/\/ffr.oboxtools.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/ffr.oboxtools.com https:\/\/www.google.com; object-src https:\/\/www.google-analytics.com https:\/\/ffr.oboxtools.com https:\/\/www.google.com 'self'",
    "web_accessible_resources": [
        "*"
    ],
    "manifest_version": 2
}