Newsfeed Ad Finder

Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers

Cos'è Newsfeed Ad Finder?

Newsfeed Ad Finder è un'estensione di Chrome sviluppata da https://adcostly.com, e la sua funzione principale è "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Newsfeed Ad Finder

Scarica i file di estensione Newsfeed Ad Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Newsfeed ad finder, set ads off all only display them, all by yourself.
Super fast, no interruption, the best choice for ad researchers and publishers
Want to know how your competitors make their ads?
Newsfeed Ad Finder allows you to display only ads feeds or highlight them
all, super convenient
Facebook newsfeed ad finder is free now!

Usage:
=*= Turn the first switch on/off allows you to highlight/unhighlight all ads
=*= Turn the second switch on/off allows you to hide/show all normal posts

It works with new Facebook UI                    

Informazioni di Base sull'Estensione

Nome Newsfeed Ad Finder Newsfeed Ad Finder
ID ajkoblpfgeimpdafofiocjhbgpendmjh
URL Ufficiale https://chromewebstore.google.com/detail/newsfeed-ad-finder/ajkoblpfgeimpdafofiocjhbgpendmjh
Descrizione Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers
Dimensione del File 1.3 MB
Conteggio Installazioni 172
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-10-25
Data di Pubblicazione 2020-10-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://adcostly.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://adspyhub.com/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.facebook.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/content\/facebook-timeline.js"
            ],
            "css": [
                "css\/facebook-ads.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/19.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        "css\/*",
        "js\/*"
    ],
    "version": "1.0.1",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}