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.

What is Profile Picture Guard For Facebook (Shield)?

Profile Picture Guard For Facebook (Shield) is a Chrome extension developed by Aimen Houhamdi - أيمن حوحامدي, and its main feature is "The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.".

Extension Screenshots

screenshot

Download Profile Picture Guard For Facebook (Shield) Extension CRX File

Download Profile Picture Guard For Facebook (Shield) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 - أيمن حوحامدي                    

Extension Basic Information

Name Profile Picture Guard For Facebook (Shield) Profile Picture Guard For Facebook (Shield)
ID hihpdnogokfijhohcmdopnknpnhgeijf
Official URL https://chromewebstore.google.com/detail/profile-picture-guard-for/hihpdnogokfijhohcmdopnknpnhgeijf
Description The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.
File Size 1.69 MB
Installation Count 26,607
Current Version 1.5.0
Last Updated 2024-01-06
Publish Date 2020-11-12
Rating 4.26/5 Total 336 Ratings
Developer Aimen Houhamdi - أيمن حوحامدي
Email [email protected]
Payment Type free
Help Page URL https://www.facebook.com/Aimen25Cne
Privacy Policy Page URL https://toolsonline.cf/orp/shield/Privacy_Policy.txt
Supported Languages 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
}