PopUp-Block

To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block.

Τι είναι το PopUp-Block;

Το PopUp-Block είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://popup-block.com, και η κύρια λειτουργία του είναι "To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Whether you use video hosting, streaming sites or any other site on the web, ads are almost everywhere and their number is only gradually increasing. Ads not only ruin your experience of watching an interesting video or reading an interesting article, but they can also be the source of malware that can affect your computer negatively. To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block. Our browser extension, easy to use and most importantly free.

The benefits you will gain by using an ad blocker, such as our PopUp-Block.

It only takes a few minutes to install this lightweight extension on your device. You can make the necessary adjustments in the settings, for example, add some sites or tabs to a trusted list. With our browser extension you can:
- Get rid of most ads on visited pages and watched videos (pop-ups, banners, etc.)
- Block spam on streaming platforms.
- Speed up page load times by saving traffic on ads.
- Avoid clicking on suspicious links and trackers.
Obtrusive ads can completely ruin your experience with some websites. With the PopUp-Block ad blocker this problem can be solved almost completely.

We guarantee your privacy and confidentiality
During the development of our ad-blocking browser extension we have been particularly focused on your security and privacy, so our extension does not see your online activities and does not collect any statistics about your activities, the exception being anonymous statistics about the number of installations of our extension for statistical purposes. We use state-of-the-art encryption technology to transmit statistical information.

We understand that you may want to know more about our privacy policy. A page with this information is available at: https://popup-block.com/policy.html.
In addition, we have a detailed end-user licence agreement which is available at: https://popup-block.com/eula.html                    

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

Όνομα PopUp-Block PopUp-Block
ID nlehlnmkajgpgghabnahiooibadkilbe
Επίσημο URL https://chromewebstore.google.com/detail/popup-block/nlehlnmkajgpgghabnahiooibadkilbe
Περιγραφή To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block.
Μέγεθος Αρχείου 33.58 KB
Αριθμός Εγκαταστάσεων 177
Τρέχουσα Έκδοση 9.5.1
Τελευταία Ενημέρωση 2021-11-02
Ημερομηνία Δημοσίευσης 2021-11-01
Προγραμματιστής https://popup-block.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://popup-block.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://popup-block.com/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://popup-block.com/policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PopUp-Block",
    "author": "PopUp-Block",
    "homepage_url": "https:\/\/popup-block.com\/",
    "description": "To reduce the number of ads and increase your security level, we offer you to install an ad blocker like our PopUp-Block.",
    "icons": {
        "16": "\/front\/icon16.png",
        "48": "\/front\/icon48.png",
        "96": "\/front\/icon96.png",
        "128": "\/front\/icon128.png"
    },
    "browser_action": {
        "default_popup": "\/front\/popup.html",
        "default_icon": "\/front\/icon128.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "\/front\/settigs.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/front\/content_scripts.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "persistent": true,
        "page": "\/back\/background.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "\/front\/*"
    ],
    "version": "9.5.1",
    "manifest_version": 2
}