Newsfeed Ad Finder

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

Τι είναι το Newsfeed Ad Finder;

Το Newsfeed Ad Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adcostly.com, και η κύρια λειτουργία του είναι "Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Newsfeed Ad Finder

Λήψη αρχείων επέκτασης Newsfeed Ad Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Newsfeed Ad Finder Newsfeed Ad Finder
ID ajkoblpfgeimpdafofiocjhbgpendmjh
Επίσημο URL https://chromewebstore.google.com/detail/newsfeed-ad-finder/ajkoblpfgeimpdafofiocjhbgpendmjh
Περιγραφή Highlight Ads on Facebook™ newsfeed. Super fast, no interuption, the best choice for ad researchers and publishers
Μέγεθος Αρχείου 1.3 MB
Αριθμός Εγκαταστάσεων 172
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-10-25
Ημερομηνία Δημοσίευσης 2020-10-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://adcostly.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://adspyhub.com/privacy.html
Υποστηριζόμενες Γλώσσες 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'"
}