Profile Picture Viewer

Profile Picture Viewer

Profile Picture Viewer क्या है?

Profile Picture Viewer Adem Kouki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Profile Picture Viewer"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Profile Picture Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Bypass profile picture guard and see user's profile picture in full size.
opening images related to Palestine in addition to the stated functionality

How To Use: 
1. Open user's profile page
2. Right-Click and Select "Unlock full size profile picture"

RECENT UPDATES :
v1.0.10
- Small fixes

v1.0.9
- You can use this extension to open and download Mess3nger profile pictures

v1.0.8
- Fixed IG issue. Everything is working again

v1.0.7
- You can use this extension to open and download TikT0k profile pictures

v1.0.6
-  You can use this extension to open and download IG profile pictures

v1.0.5 
- Fix `/friends/` and `/groups/` url problem. Now it's working on every page

v1.0.4 
- Replaced every logo/image/name related to facebook because we received a trademark complaint.

v1.0.3
- Fixed an issue with logged user profile

v1.0.2
- Fixed "Access token" problem. Everything is working again

v1.0.1
- Fixed silhouette image bug                    

एक्सटेंशन की मूल जानकारी

नाम Profile Picture Viewer Profile Picture Viewer
ID olhdholihhioakdjhfhligfehfjjfeoc
आधिकारिक URL https://chromewebstore.google.com/detail/profile-picture-viewer/olhdholihhioakdjhfhligfehfjjfeoc
विवरण Profile Picture Viewer
फ़ाइल का आकार 396 KB
स्थापना संख्या 25,445
वर्तमान संस्करण 1.0.10
अंतिम अपडेट 2023-12-07
प्रकाशन तिथि 2020-09-15
रेटिंग 3.93/5 कुल 149 रेटिंग्स
डेवलपर Adem Kouki
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Ademking/fb-profile-picture-viewer
सहायता पृष्ठ URL https://github.com/Ademking/fb-profile-picture-viewer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Profile Picture Viewer",
    "version": "1.0.10",
    "description": "Profile Picture Viewer",
    "page_action": {
        "default_icon": "icons\/19.png",
        "default_title": "Unlock full size profile picture"
    },
    "author": "Adem Kouki",
    "permissions": [
        "contextMenus",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.tiktok.com\/*",
        "https:\/\/www.messenger.com\/t\/*"
    ],
    "background": {
        "scripts": [
            "contextmenu.js",
            "facebook.js",
            "instagram.js",
            "tiktok.js"
        ]
    },
    "homepage_url": "https:\/\/github.com\/Ademking\/fb-profile-picture-viewer",
    "offline_enabled": false,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}