AFS Prime

Advanced Search For Facebook

O que é AFS Prime?

AFS Prime é uma extensão do Chrome desenvolvida por sourav204, e sua principal característica é "Advanced Search For Facebook".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AFS Prime

Baixe arquivos de extensão AFS Prime no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome AFS Prime AFS Prime
ID caclhldkbdhkgncflgccigmdiljkdpdi
URL Oficial https://chromewebstore.google.com/detail/afs-prime/caclhldkbdhkgncflgccigmdiljkdpdi
Descrição Advanced Search For Facebook
Tamanho do Arquivo 115 KB
Contagem de Instalações 3,101
Versão Atual 0.0.4
Última Atualização 2023-01-13
Data de Publicação 2019-07-25
Classificação 1.71/5 Total de 14 Avaliações
Desenvolvedor sourav204
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ats.imsourav.com/privacy-policy.php
Idiomas Suportados 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"
        ]
    }
}