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
公式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
Eメール [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"
        ]
    }
}