Smart Ads Finder

Smart Ads Finder

¿Qué es Smart Ads Finder?

Smart Ads Finder es una extensión de Chrome desarrollada por S3 TEAM, y su función principal es "Smart Ads Finder".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Smart Ads Finder

Descarga archivos de extensión Smart Ads Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Features:

F1-Smart Ads Finder: Turn on this feature to hide non-ads posts on your newfeeds

F2-Insight Analysis Ads: Analyze audience of post by: gender, age, hometown, interests, reaction history...
 
F3-Trim Posts on Graph Search: When browse a large results of graph search, the browser will load more and more posts. This feature will automatically remove viewed posts. It just keep some latest posts. So, your browser willn't lag, and you can browse to end of search.

F4-Auto Refresh: Auto refresh the page each 15s. It's useful for somecase                    

Información Básica de la Extensión

Nombre Smart Ads Finder Smart Ads Finder
ID jjdglhbjmpniaikcedllhlbcpnfbophf
URL Oficial https://chromewebstore.google.com/detail/smart-ads-finder/jjdglhbjmpniaikcedllhlbcpnfbophf
Descripción Smart Ads Finder
Tamaño del Archivo 121 KB
Cantidad de Instalaciones 45
Versión Actual 2.6.5
Última Actualización 2020-10-11
Fecha de Publicación 2020-10-10
Desarrollador S3 TEAM
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.dmmetsy.com/policy/privacy/dmmetsy-helper
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "512": "images\/icon-512.png"
    },
    "manifest_version": 2,
    "name": "Smart Ads Finder",
    "description": "Smart Ads Finder",
    "permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/m.facebook.com\/*"
    ],
    "version": "2.6.5",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/logging.js",
                "scripts\/fw-task.js",
                "scripts\/content.js",
                "scripts\/smartads.insight.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "js": [
                "scripts\/desktop-bootloader.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/logging.js",
                "scripts\/fw-task.js",
                "scripts\/mobile-content.js",
                "scripts\/mobile-smartads.insight.js"
            ],
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png",
            "512": "images\/icon-512.png"
        },
        "default_popup": "popup.html",
        "default_title": "Smart Ads Finder"
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "scripts\/inject.js"
    ],
    "default_locale": "en"
}