I Can See You
See private photos and posts of any facebook users without being friends
I Can See Youคืออะไร?
I Can See You เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sarathisahoo และคุณลักษณะหลักของมันคือ "See private photos and posts of any facebook users without being friends"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย I Can See You
ดาวน์โหลดไฟล์ส่วนขยาย I Can See You ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the only extension in world which is working after graph search is removed on 6th june 2019. We have a new algorithm to give best possible result and it is working. Go to any user profile. Then refresh the page. And then only click the I Can See You icon. It will work. PS - For those it is not working, Please change the language of facebook to english, And restart chrome. It should work. Note - FB removed graph search. So no other tools or extension will work. So we have added a new algorithm to get the pictures and posts. So this is the only working extension in internet as of now.It does not show you private photos if the profile of the owner made the profile very strict and made all the things private in profile settings. But definitely you will see many profiles private photos with this extension. And if you are still not satisfied, I give you 100% money back guarantee. Just post the order number and date of purchase within 1 day after buying and mail to [email protected] (Without giving rating or review), I will make the refund. With this extension you can check any private photos of any facebook users without being friend. Login to your facebook account, Go to any facebook user profile, On the right side top you will find one eye icon. Click it, If you are on any facebook user's profile, it will show you 3 options. 1- Photos, It will show the photos of the user where he/she is tagged 2- Posts, It will show the posts made by user. 3- User Stories, It will show the user stories of the user This add on is usefull when the user is not in your friend circle. These photos you can't see directly on facebook. Facebook has removed the graph search functionalities. So with this extension only this is possible. Note - If you are getting "Please go to the facebook profile of any user" everytime, Please refresh the page and try.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ighlmfonficnnppbhgegnpggnjokbikf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/i-can-see-you/ighlmfonficnnppbhgegnpggnjokbikf |
คำอธิบาย | See private photos and posts of any facebook users without being friends |
ขนาดไฟล์ | 44.71 KB |
จำนวนการติดตั้ง | 3,882 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2019-08-06 |
วันที่เผยแพร่ | 2019-08-06 |
คะแนน | 2.86/5 รวมทั้งหมด 203 คะแนน |
ผู้พัฒนา | sarathisahoo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_store |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "name": "I Can See You", "version": "2.1", "permissions": [ "activeTab" ], "minimum_chrome_version": "5", "description": "See private photos and posts of any facebook users without being friends", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "short_name": "icsy", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": { "22": "icon.png" }, "default_title": "I can see you", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery-2.1.0.min.js", "script.js" ] } ] } |