AFS Prime
Advanced Search For Facebook
AFS Primeคืออะไร?
AFS Prime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sourav204 และคุณลักษณะหลักของมันคือ "Advanced Search For Facebook"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AFS Prime
ดาวน์โหลดไฟล์ส่วนขยาย AFS Prime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Advanced Facebook Search Prime (AFS Prime) is a search tool that allows to perform graph searches which is kind of really hard to perform these days especially after Facebook update. But AFS Prime makes it easy! Disclaimer: This is not an official Facebook app and is not affiliated with Facebook in any way.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AFS Prime |
ID | caclhldkbdhkgncflgccigmdiljkdpdi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/afs-prime/caclhldkbdhkgncflgccigmdiljkdpdi |
คำอธิบาย | Advanced Search For Facebook |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 3,101 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-01-13 |
วันที่เผยแพร่ | 2019-07-25 |
คะแนน | 1.71/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | sourav204 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://ats.imsourav.com/privacy-policy.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AFS Prime", "version": "0.0.4", "description": "Advanced Search For Facebook", "short_name": "Facebook Search", "author": "Sourav Pradhan", "homepage_url": "http:\/\/imsourav.com", "icons": { "128": "img\/128x128.png", "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "Advanced Facebook Search", "default_icon": { "128": "img\/128x128.png", "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png" }, "default_popup": "index.html" }, "permissions": [ "activeTab", "storage", "https:\/\/www.facebook.com\/" ], "background": { "scripts": [ "js\/background.js" ] } } |