AFS Prime

Advanced Search For Facebook

什麼是AFS Prime?

AFS Prime是由sourav204開發的Chrome擴展程式,該擴展的主要功能是“Advanced Search For Facebook”。

擴展截圖

screenshot
screenshot
screenshot

下載AFS Prime擴展crx文件

下載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 AFS Prime
ID caclhldkbdhkgncflgccigmdiljkdpdi
官方網址 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"
        ]
    }
}