Smart Ads Finder

Smart Ads Finder

Τι είναι το Smart Ads Finder;

Το Smart Ads Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον S3 TEAM, και η κύρια λειτουργία του είναι "Smart Ads Finder".

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

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

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

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

                        Features:

+ Trim Posts: when you browser the results of graph search, browser will load more and more posts data. Then, it will consume more and more memory of RAM and CPU. => Crash.
The tool will help you free memory, and just keep some last posts. So, you can browse to the end of results.

+ Smart Ads Finder: It will hide non-ads posts on your new feeds. So you can use it to spy ads of your competitors.

+ Auto Refresh page: Auto refresh page every 15s.                    

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

Όνομα Smart Ads Finder Smart Ads Finder
ID oojeieppkffpbnmlpipfbblophebaplg
Επίσημο URL https://chromewebstore.google.com/detail/smart-ads-finder/oojeieppkffpbnmlpipfbblophebaplg
Περιγραφή Smart Ads Finder
Μέγεθος Αρχείου 124 KB
Αριθμός Εγκαταστάσεων 760
Τρέχουσα Έκδοση 2.6.6
Τελευταία Ενημέρωση 2020-10-14
Ημερομηνία Δημοσίευσης 2020-10-11
Αξιολόγηση 2.65/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής S3 TEAM
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.dmmetsy.com/policy/privacy/dmmetsy-helper
Υποστηριζόμενες Γλώσσες 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.6",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/logging.js",
                "scripts\/fw-task.js",
                "scripts\/desktop-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"
}