AFS Prime

Advanced Search For Facebook

Was ist AFS Prime?

AFS Prime ist eine Chrome-Erweiterung, die von sourav204 entwickelt wurde, und ihr Hauptmerkmal ist "Advanced Search For Facebook".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AFS Prime-Erweiterungs-CRX-Datei herunterladen

Laden Sie AFS Prime-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AFS Prime AFS Prime
ID caclhldkbdhkgncflgccigmdiljkdpdi
Offizielle URL https://chromewebstore.google.com/detail/afs-prime/caclhldkbdhkgncflgccigmdiljkdpdi
Beschreibung Advanced Search For Facebook
Dateigröße 115 KB
Installationsanzahl 3,101
Aktuelle Version 0.0.4
Letztes Update 2023-01-13
Veröffentlichungsdatum 2019-07-25
Bewertung 1.71/5 Insgesamt 14 Bewertungen
Entwickler sourav204
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://ats.imsourav.com/privacy-policy.php
Unterstützte Sprachen 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"
        ]
    }
}