Bye Bye Ads

Install the Bye Bye Ads browser extension and enjoy an ad-free, faster browsing experience.

Τι είναι το Bye Bye Ads;

Το Bye Bye Ads είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://byebyeads.org, και η κύρια λειτουργία του είναι "Install the Bye Bye Ads browser extension and enjoy an ad-free, faster browsing experience.".

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

screenshot
screenshot
screenshot

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

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

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

                        Get an ad-free internet experience. Block out distracting pop-ups & trackers and enjoy an enhanced browsing speed. Access detailed reports on the number of ads blocked from your toolbar. You can list out the websites you want to continue viewing ads from, using customizable filters. We also give you complete control over your online browsing experience - choose between multiple ad-blocking modes from the widget on your toolbar. 

Turn on ad-blocking by clicking the app icon on your toolbar

Install the extension to start your FREE 7-day trial, today! Upgrade to a paid plan to continue enjoying an ad-free browsing experience. 

Permissions: 

1. Read and change your data on this extension: We require this permission to block ads and trackers on all domains the users visit

2. Display Notifications: We use this permission to notify the right users in a timely manner about crucial product updates and providing necessary information


Please note that if this extension fails to meet your requirements, you can uninstall it at your convenience. We would also appreciate it if you shared your valuable feedback with us to help us improve.

Disclaimer: By clicking the "Add to Chrome" button, I am agreeing to abide by the Terms of Service & Privacy Policy and to install this Chrome™ extension.

Chrome is a trademark of Google LLC. Use of it here does not imply any affiliation with or endorsement by Google LLC.


Privacy Policy: https://byebyeads.org/common/privacypolicy.html
Terms of Service: https://byebyeads.org/common/termsofservice.html                    

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

Όνομα Bye Bye Ads Bye Bye Ads
ID hmhhfebnmmdjdpmcognacjklpbcepjak
Επίσημο URL https://chrome.google.com/webstore/detail/bye-bye-ads/hmhhfebnmmdjdpmcognacjklpbcepjak
Περιγραφή Install the Bye Bye Ads browser extension and enjoy an ad-free, faster browsing experience.
Μέγεθος Αρχείου 3.38 MB
Αριθμός Εγκαταστάσεων 5,377
Τρέχουσα Έκδοση 1.0.0.32
Τελευταία Ενημέρωση 2022-05-16
Ημερομηνία Δημοσίευσης 2021-08-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://byebyeads.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
URL της Σελίδας Πολιτικής Απορρήτου https://byebyeads.org/common/privacypolicy.html
Υποστηριζόμενες Γλώσσες en,en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png"
        },
        "default_popup": "popup-fenix.html",
        "default_title": "Bye Bye Ads"
    },
    "commands": {
        "launch-element-picker": {
            "description": "__MSG_popupTipPicker__"
        },
        "launch-element-zapper": {
            "description": "__MSG_popupTipZapper__"
        },
        "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": true,
            "js": [
                "\/js\/vapi.js",
                "\/js\/vapi-client.js",
                "\/js\/customContentScript.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*.byebyeads.org\/*",
                "http:\/\/byebyeads.org\/*",
                "https:\/\/*.byebyeads.org\/*",
                "https:\/\/byebyeads.org\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "Install the Bye Bye Ads browser extension and enjoy an ad-free, faster browsing experience.",
    "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": "55.0",
    "name": "Bye Bye Ads",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications",
        "tabs",
        "cookies",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "idle",
        "webRequestBlocking",
        ""
    ],
    "short_name": "Bye Bye Ads",
    "storage": {
        "managed_schema": "managed_storage.json"
    },
    "version": "1.0.0.32",
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}