Newsfeed Ad Finder

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

Qu'est-ce que Newsfeed Ad Finder ?

Newsfeed Ad Finder est une extension Chrome développée par https://adcostly.com, et sa fonction principale est "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Newsfeed Ad Finder

Téléchargez les fichiers d'extension Newsfeed Ad Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Newsfeed Ad Finder Newsfeed Ad Finder
ID ajkoblpfgeimpdafofiocjhbgpendmjh
URL Officiel https://chromewebstore.google.com/detail/newsfeed-ad-finder/ajkoblpfgeimpdafofiocjhbgpendmjh
Description Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers
Taille du Fichier 1.3 MB
Nombre d'Installations 172
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-10-25
Date de Publication 2020-10-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://adcostly.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://adspyhub.com/privacy.html
Langues Prises en Charge 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'"
}