Facebook ID grabber & Picture in full size
Developed by khalil-shreateh.com/links
What is Facebook ID grabber & Picture in full size?
Facebook ID grabber & Picture in full size is a Chrome extension developed by khalil shreateh, and its main feature is "Developed by khalil-shreateh.com/links".
Extension Screenshots
Download Facebook ID grabber & Picture in full size Extension CRX File
Download Facebook ID grabber & Picture in full size extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
View Facebook user's profile picture in full size, Grab any Facebook user's ID
Extension Basic Information
Name | Facebook ID grabber & Picture in full size |
ID | aojcllmkomkpmmemphcpgdjljdpdfmjm |
Official URL | https://chrome.google.com/webstore/detail/facebook-id-grabber-pictu/aojcllmkomkpmmemphcpgdjljdpdfmjm |
Description | Developed by khalil-shreateh.com/links |
File Size | 119 KB |
Installation Count | 393 |
Current Version | 1.0 |
Last Updated | 2023-06-18 |
Publish Date | 2023-06-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | khalil shreateh |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://shreateh.net/privacy-policy.html |
Supported Languages | 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" ] } ] } |