Profile Picture Viewer

Profile Picture Viewer

Profile Picture Viewer란 무엇입니까?

Profile Picture Viewer은(는) Adem Kouki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Profile Picture Viewer"입니다.

확장 프로그램 스크린샷

screenshot

Profile Picture Viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}