Facebook ID grabber & Picture in full size

Developed by khalil-shreateh.com/links

Qu'est-ce que Facebook ID grabber & Picture in full size ?

Facebook ID grabber & Picture in full size est une extension Chrome développée par khalil shreateh, et sa fonction principale est "Developed by khalil-shreateh.com/links".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Facebook ID grabber & Picture in full size

Téléchargez les fichiers d'extension Facebook ID grabber & Picture in full size 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

                        View Facebook user's profile picture in full size, Grab any Facebook user's ID                    

Informations de Base sur l'Extension

Nom Facebook ID grabber & Picture in full size Facebook ID grabber & Picture in full size
ID aojcllmkomkpmmemphcpgdjljdpdfmjm
URL Officiel https://chrome.google.com/webstore/detail/facebook-id-grabber-pictu/aojcllmkomkpmmemphcpgdjljdpdfmjm
Description Developed by khalil-shreateh.com/links
Taille du Fichier 119 KB
Nombre d'Installations 393
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-18
Date de Publication 2023-06-18
Évaluation 5.00/5 Total 3 Évaluations
Développeur khalil shreateh
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://shreateh.net/privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "manifest_version": 3,
    "name": "Facebook ID grabber & Picture in full size",
    "description": "Developed by khalil-shreateh.com\/links",
    "version": "1.0",
    "action": {
        "default_popup": "khalil.html",
        "default_icon": {
            "16": "icons\/khalil16.png",
            "48": "icons\/khalil48.png",
            "128": "icons\/khalil128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icons\/khalil16.png",
        "48": "icons\/khalil48.png",
        "128": "icons\/khalil128.png"
    },
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}