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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aimen Houhamdi - أيمن حوحامدي และคุณลักษณะหลักของมันคือ "The Facebook profile picture guard will keep your profile picture safe online. Get the FB cookies with QR code. Get fb Access Token."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Profile Picture Guard For Facebook (Shield)

ดาวน์โหลดไฟล์ส่วนขยาย 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 - أيمن حوحامدي
อีเมล [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
}