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.

Apa itu Profile Picture Guard For Facebook (Shield)?

Profile Picture Guard For Facebook (Shield) adalah ekstensi Chrome yang dikembangkan oleh Aimen Houhamdi - أيمن حوحامدي, dan fitur utamanya adalah "The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Profile Picture Guard For Facebook (Shield)

Unduh file ekstensi Profile Picture Guard For Facebook (Shield) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Profile Picture Guard For Facebook (Shield) Profile Picture Guard For Facebook (Shield)
ID hihpdnogokfijhohcmdopnknpnhgeijf
URL Resmi https://chromewebstore.google.com/detail/profile-picture-guard-for/hihpdnogokfijhohcmdopnknpnhgeijf
Deskripsi The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.
Ukuran File 1.69 MB
Jumlah Instalasi 26,607
Versi Saat Ini 1.5.0
Terakhir Diperbarui 2024-01-06
Tanggal Publikasi 2020-11-12
Penilaian 4.26/5 Total 336 Penilaian
Pengembang Aimen Houhamdi - أيمن حوحامدي
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.facebook.com/Aimen25Cne
URL Halaman Kebijakan Privasi https://toolsonline.cf/orp/shield/Privacy_Policy.txt
Bahasa yang Didukung 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
}