ZeroAds

Finally, an efficient blocker. Easy on CPU and memory.

Τι είναι το ZeroAds;

Το ZeroAds είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zeroads.org, και η κύρια λειτουργία του είναι "Finally, an efficient blocker. Easy on CPU and memory.".

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

screenshot
screenshot

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

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

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

                        Overview

A convenient, excellent and free extension that controls annoying ads, disable tracking, block sites across the web. ZeroAds Blocker is the best ad blocker that blocks ads and pop-ups on your favorite websites. To get rid of irritating ads, please visit (please add this ID after confirmation).

To get a better understanding of this ZeroAds extension, read below carefully:

This extension helps to block annoying ads and pop-ups on YouTube, Facebook, and all your favorite sites. By installing this extension, you can block third-party trackers and protect your privacy as well. 

ZeroAds protects your browser from malware and blocks advertisers from accessing your browsing history and personal information. ZeroAds for Chrome works automatically when you install an extension to your Chrome. 

How to install this extension?

Just click "Add to Chrome," then visit your favourite website and see the ads disappear!  Don’t just limit your adblocking to Chrome. 

Click the "Add to Chrome" button and enjoy the surfing experience without advertisement.                    

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

Όνομα ZeroAds ZeroAds
ID onnpfmamhmihpljjcabkpdjnkecmplkm
Επίσημο URL https://chrome.google.com/webstore/detail/zeroads/onnpfmamhmihpljjcabkpdjnkecmplkm
Περιγραφή Finally, an efficient blocker. Easy on CPU and memory.
Μέγεθος Αρχείου 3.05 MB
Αριθμός Εγκαταστάσεων 287
Τρέχουσα Έκδοση 2.0.4
Τελευταία Ενημέρωση 2022-03-04
Ημερομηνία Δημοσίευσης 2020-04-29
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://zeroads.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://zeroads.org/
Διεύθυνση URL της Σελίδας Βοήθειας https://zeroads.org/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://zeroads.org/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ZeroAds Developers",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "ZeroAds"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "launch-logger": {
            "description": "__MSG_popupTipLog__"
        },
        "open-dashboard": {
            "description": "__MSG_popupTipDashboard__"
        },
        "relax-blocking-mode": {
            "description": "__MSG_relaxBlockingMode__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/js\/scriptlets\/subscriber.js"
            ],
            "matches": [
                "https:\/\/easylist.to\/*",
                "https:\/\/*.fanboy.co.nz\/*",
                "https:\/\/filterlists.com\/*",
                "https:\/\/forums.lanik.us\/*",
                "https:\/\/github.com\/*",
                "https:\/\/*.github.io\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "64": "img\/icon_64.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "minimum_chrome_version": "61.0",
    "name": "ZeroAds",
    "options_ui": {
        "open_in_tab": true,
        "page": "dashboard.html"
    },
    "permissions": [
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "short_name": "ZeroAds 2.0",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "2.0.4",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}