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.

Profile Picture Guard For Facebook (Shield)とは何ですか?

Profile Picture Guard For Facebook (Shield)はAimen Houhamdi - أيمن حوحامديによって開発されたChromeの拡張機能で、その主な機能は「The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.」です。

拡張機能のスクリーンショット

screenshot

Profile Picture Guard For Facebook (Shield)拡張機能のCRXファイルをダウンロード

Profile Picture Guard For Facebook (Shield)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Profile Picture Guard For Facebook (Shield) Profile Picture Guard For Facebook (Shield)
ID hihpdnogokfijhohcmdopnknpnhgeijf
公式URL https://chromewebstore.google.com/detail/profile-picture-guard-for/hihpdnogokfijhohcmdopnknpnhgeijf
説明 The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token.
ファイルサイズ 1.69 MB
インストール数 26,607
現在のバージョン 1.5.0
最終更新日 2024-01-06
公開日 2020-11-12
評価 4.26/5 合計 336 レビュー
開発者 Aimen Houhamdi - أيمن حوحامدي
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.facebook.com/Aimen25Cne
プライバシーポリシーページのURL https://toolsonline.cf/orp/shield/Privacy_Policy.txt
対応言語 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
}