Obox Tools - Friend Remover 2020

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

Qu'est-ce que Obox Tools - Friend Remover 2020 ?

Obox Tools - Friend Remover 2020 est une extension Chrome développée par oboxtools.com, et sa fonction principale est "Friend remover - Easily delete friends with a few clicks or unfriend them all at once.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Obox Tools - Friend Remover 2020

Téléchargez les fichiers d'extension Obox Tools - Friend Remover 2020 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Obox Tools - Friend Remover 2020 Obox Tools - Friend Remover 2020
ID lklafmehbmplcclnpcnpafbkocebmbam
URL Officiel https://chromewebstore.google.com/detail/obox-tools-friend-remover/lklafmehbmplcclnpcnpafbkocebmbam
Description Friend remover - Easily delete friends with a few clicks or unfriend them all at once.
Taille du Fichier 203 KB
Nombre d'Installations 2,487
Version Actuelle 2021.02.10.1
Dernière Mise à Jour 2021-02-12
Date de Publication 2020-03-16
Évaluation 2.05/5 Total 21 Évaluations
Développeur oboxtools.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ffr.oboxtools.com
Langues Prises en Charge 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
}