Eclipse Ad Blocker

Blocks intrusive ads on most websites.

Τι είναι το Eclipse Ad Blocker;

Το Eclipse Ad Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://eclipseadblocker.com, και η κύρια λειτουργία του είναι "Blocks intrusive ads on most websites.".

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

screenshot

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

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

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

                        Welcome to a smoother, faster, and more enjoyable internet journey with Eclipse Ad Blocker! 🚀 Our extension is expertly crafted to block intrusive ads and trackers, ensuring your online experience is streamlined and uninterrupted. 🛡️

Key Features:

Advanced Ad Blocking: 🚫 Say goodbye to annoying ads, banners, and video ads across various websites. Enjoy your browsing without distractions!
Enhanced Privacy with Anti-Tracking: 🔒 Protect your online activities from trackers, keeping your personal information safe and secure.
Boosted Browsing Speed: ⚡ Experience quicker webpage loading, saving data and enhancing your browsing speed.
User-Friendly Interface: 🌟 Easily manage your settings, including a one-click option to toggle ad blocking for individual sites.
Customizable Control: ✨ Tailor your browsing experience by selecting which ads to block or allow. Support your favorite websites by adding them to a whitelist.
Privacy at Its Core:
Your privacy is our top priority. Eclipse Ad Blocker operates solely on your device, ensuring your data remains private and secure. 🛡️

Why Eclipse Ad Blocker?

Efficient Performance: 💪 Our extension is lightweight, ensuring your browsing is smooth and your device performs at its best.
Regular Updates: 🔄 We constantly evolve to stay ahead of advertisers, providing you with uninterrupted and effective ad blocking.
Driven by You: 👥 Your feedback shapes our updates and features, making Eclipse Ad Blocker a tool that truly meets your needs.
Easy Installation:
Get started in just a few clicks! Simply click "Add to Chrome," and watch as Eclipse Ad Blocker seamlessly integrates into your browser. 🎉 No complicated setup required!

Support & Feedback:
We love hearing from you! 📣 For suggestions, questions, or support, please contact us.

Privacy Policy:
We're committed to your privacy. 🛡️ Check out our detailed privacy policy to learn how we protect and respect your data.

Download Eclipse Ad Blocker now and transform your browsing experience! 🌐✨                    

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

Όνομα Eclipse Ad Blocker Eclipse Ad Blocker
ID oielkmjpopfkakglicpehndjgbchlnmj
Επίσημο URL https://chromewebstore.google.com/detail/eclipse-ad-blocker/oielkmjpopfkakglicpehndjgbchlnmj
Περιγραφή Blocks intrusive ads on most websites.
Μέγεθος Αρχείου 1.23 MB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2023-12-12
Ημερομηνία Δημοσίευσης 2023-12-12
Προγραμματιστής https://eclipseadblocker.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://eclipseadblocker.com/privacy-policy.php
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,no,vi,da,es,it,pt-BR,fi,sv,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.1",
    "default_locale": "en",
    "icons": {
        "128": "eclipse.png"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "ServiceWorker.js"
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "ExtendedCSS.js",
                "ContentScript.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "youtube.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "scripting",
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "static_filters\/r_0.json"
            },
            {
                "id": "2",
                "enabled": true,
                "path": "static_filters\/r_1.json"
            },
            {
                "id": "3",
                "enabled": true,
                "path": "static_filters\/r_2.json"
            },
            {
                "id": "4",
                "enabled": true,
                "path": "static_filters\/r_3.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static_filters\/redirects\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}