AdsSecured

Removes advertisements and tracking scripts.

Τι είναι το AdsSecured;

Το AdsSecured είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ads-secured.com, και η κύρια λειτουργία του είναι "Removes advertisements and tracking scripts.".

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

screenshot

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

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

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

                        AdsSecured is the definitive ad blocker, as it removes pop-ups, annoying banners, tracking scripts and video ads.

Use AdsSecured to get rid of banner ads, pop-ups, tracking scripts and video ads and stop advertising companies from tracking your movements on the Internet.

Surf the web safely and ad-free with the most comprehensive and lightweight adblock extension for Chrome!

AdsSecured blocks:

- Annoying banner ads
- YouTube ads
- Annoying sponsored stories
- Ad network tracking
- Pop-ups and pop-unders
- Any type of community that is reported as annoying advertising.                    

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

Όνομα AdsSecured AdsSecured
ID jigofigfieopipblcoodpblckbolkaaj
Επίσημο URL https://chromewebstore.google.com/detail/adssecured/jigofigfieopipblcoodpblckbolkaaj
Περιγραφή Removes advertisements and tracking scripts.
Μέγεθος Αρχείου 1.2 MB
Αριθμός Εγκαταστάσεων 24,793
Τρέχουσα Έκδοση 1.0.11
Τελευταία Ενημέρωση 2023-01-11
Ημερομηνία Δημοσίευσης 2023-01-09
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://ads-secured.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.ads-secured.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.ads-secured.com/privacy-policy/
URL της Σελίδας Πολιτικής Απορρήτου https://www.ads-secured.com/privacy-policy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl
manifest.json
{
    "action": {
        "default_icon": {
            "128": "resources\/icons\/128.png"
        },
        "default_title": "__MSG_appName__"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/vendors\/AdguardTeam\/ExtendedCss.js",
                "js\/contentScript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_1",
                "enabled": true,
                "path": "resources\/rules\/1.json"
            },
            {
                "id": "rules_2",
                "enabled": true,
                "path": "resources\/rules\/2.json"
            },
            {
                "id": "rules_3",
                "enabled": true,
                "path": "resources\/rules\/3.json"
            },
            {
                "id": "rules_4",
                "enabled": true,
                "path": "resources\/rules\/4.json"
            },
            {
                "id": "rules_5",
                "enabled": true,
                "path": "resources\/rules\/5.json"
            },
            {
                "id": "rules_6",
                "enabled": true,
                "path": "resources\/rules\/6.json"
            },
            {
                "id": "rules_7",
                "enabled": true,
                "path": "resources\/rules\/7.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "resources\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "short_name": "__MSG_appName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.11",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "resources\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}