Profile Picture Guard For Facebook (Shield)

The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.

Cos'è Profile Picture Guard For Facebook (Shield)?

Profile Picture Guard For Facebook (Shield) è un'estensione di Chrome sviluppata da Aimen Houhamdi - أيمن حوحامدي, e la sua funzione principale è "The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Profile Picture Guard For Facebook (Shield)

Scarica i file di estensione Profile Picture Guard For Facebook (Shield) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        What does the profile picture guard do?
The Facebook profile picture guard will make the fb profile picture shield on your fb profile picture.
Get the FB cookies with QR code.
Get the FB access token.

Note: The Extension does not work on the free version of Facebook. It also does not work when the profile is locked.
You need internet connexion. And your fb account must be logged in on the browser.


Need help? Contact me :
FB.com/Aimen25Cne
Aimen Houhamdi - أيمن حوحامدي                    

Informazioni di Base sull'Estensione

Nome Profile Picture Guard For Facebook (Shield) Profile Picture Guard For Facebook (Shield)
ID hihpdnogokfijhohcmdopnknpnhgeijf
URL Ufficiale https://chromewebstore.google.com/detail/profile-picture-guard-for/hihpdnogokfijhohcmdopnknpnhgeijf
Descrizione The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.
Dimensione del File 1.69 MB
Conteggio Installazioni 26,607
Versione Corrente 1.5.0
Ultimo Aggiornamento 2024-01-06
Data di Pubblicazione 2020-11-12
Valutazione 4.26/5 Totale 336 Valutazioni
Sviluppatore Aimen Houhamdi - أيمن حوحامدي
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.facebook.com/Aimen25Cne
URL della Pagina della Politica sulla Privacy https://toolsonline.cf/orp/shield/Privacy_Policy.txt
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Profile Picture Guard For Facebook (Shield)",
    "short_name": "PPG",
    "description": "The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.",
    "version": "1.5.0",
    "author": "ItsMe - Aimen25Cne",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule-1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": [],
    "manifest_version": 3
}