Facebook ID grabber & Picture in full size
Developed by khalil-shreateh.com/links
Facebook ID grabber & Picture in full sizeとは何ですか?
Facebook ID grabber & Picture in full sizeはkhalil shreatehによって開発されたChromeの拡張機能で、その主な機能は「Developed by khalil-shreateh.com/links」です。
拡張機能のスクリーンショット
Facebook ID grabber & Picture in full size拡張機能のCRXファイルをダウンロード
Facebook ID grabber & Picture in full size拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View Facebook user's profile picture in full size, Grab any Facebook user's ID
拡張機能の基本情報
名前 | Facebook ID grabber & Picture in full size |
ID | aojcllmkomkpmmemphcpgdjljdpdfmjm |
公式URL | https://chrome.google.com/webstore/detail/facebook-id-grabber-pictu/aojcllmkomkpmmemphcpgdjljdpdfmjm |
説明 | Developed by khalil-shreateh.com/links |
ファイルサイズ | 119 KB |
インストール数 | 393 |
現在のバージョン | 1.0 |
最終更新日 | 2023-06-18 |
公開日 | 2023-06-18 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | khalil shreateh |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://shreateh.net/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "manifest_version": 3, "name": "Facebook ID grabber & Picture in full size", "description": "Developed by khalil-shreateh.com\/links", "version": "1.0", "action": { "default_popup": "khalil.html", "default_icon": { "16": "icons\/khalil16.png", "48": "icons\/khalil48.png", "128": "icons\/khalil128.png" } }, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icons\/khalil16.png", "48": "icons\/khalil48.png", "128": "icons\/khalil128.png" }, "host_permissions": [ "https:\/\/*.facebook.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "js": [ "popup.js" ] } ] } |