Profile Picture Viewer
Profile Picture Viewer
Profile Picture Viewerとは何ですか?
Profile Picture ViewerはAdem Koukiによって開発されたChromeの拡張機能で、その主な機能は「Profile Picture Viewer」です。
拡張機能のスクリーンショット
Profile Picture Viewer拡張機能のCRXファイルをダウンロード
Profile Picture Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |