AFS Prime
Advanced Search For Facebook
Vad är AFS Prime?
AFS Prime är en Chrome-tillägg utvecklad av sourav204, och dess huvudfunktion är "Advanced Search For Facebook".
Tilläggsskärmbilder
Ladda ner AFS Prime-förlängningens CRX-fil
Ladda ner AFS Prime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | caclhldkbdhkgncflgccigmdiljkdpdi | 
| Officiell webbadress | https://chromewebstore.google.com/detail/afs-prime/caclhldkbdhkgncflgccigmdiljkdpdi | 
| Beskrivning | Advanced Search For Facebook | 
| Filstorlek | 115 KB | 
| Antal Installationer | 3,101 | 
| Aktuell Version | 0.0.4 | 
| Senast Uppdaterad | 2023-01-13 | 
| Publiceringsdatum | 2019-07-25 | 
| Betyg | 1.71/5 Totalt 14 Betyg | 
| Utvecklare | sourav204 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://ats.imsourav.com/privacy-policy.php | 
| Stödda Språk | 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"
        ]
    }
}  |  |