360 Ads Blocker

360 Ads Blocker blocks all annoying ads on the web by default, including video ads on YouTube, Facebook ads, flashy banners,…

Τι είναι το 360 Ads Blocker;

Το 360 Ads Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://adsfreesearch.com, και η κύρια λειτουργία του είναι "360 Ads Blocker blocks all annoying ads on the web by default, including video ads on YouTube, Facebook ads, flashy banners,…".

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

screenshot

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

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

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

                        360 Ads Blocker blocks all annoying ads on the web by default, including video ads on YouTube, Facebook ads, flashy banners, pop-ups, pop-under and much more. This is possible based on the filter list(s) you've selected. 
Simply install 360 Ads Blocker and, if you'd like, customize it to fit your unique browsing needs. 
Allow Acceptable Ads
Since many websites rely on advertising revenue, 360 Ads Blocker's default settings encourage the use of nonintrusive advertising rather than annoying, irrelevant ads. 
To accomplish this, we've established a set of strict guidelines known as the Acceptable Ads initiative. Together with our users and third-party contributors, we have defined acceptable ads and outlined appropriate ad placement and size. Ads meeting these criteria are visible. You can, however, disable this feature at any time and browse ad-free. 
Disable Tracking
With every browsing session, there are multiple firms tracking your online activity and browsing history. Hundreds of ad agencies are tracking your every move. With 360 Ads Blocker, you can easily disable most tracking and browse the web more anonymously. 
Disable Malware Domains
If your computer is slow at startup or riddled with pop-ups, it may be infected with malware. Computers infected with malware are vulnerable to all types of cyber-attacks, including stolen identity. Infected computers can also be used to send spam emails or attack other computers or servers, stealing passwords, social security numbers, personal documents and credit card information. 
By default, 360 Ads Blocker provides some malware protection, but it can extend this protection by being configured to also block domains known to spread malware. This helps protect your computer against viruses, Trojan horses, worms, adware and spyware. 
Disable Social Media Buttons
Buttons used to share content on social media platforms such as Facebook, Twitter, Google Plus and others are placed on almost every website that you visit. Even if you don't click them, these buttons send requests to the social network's servers which then uses the information to create a profile based on your browsing habits. 
360 Ads Blocker can disable social media buttons from websites, ensuring that social networks cannot create a profile based on the websites you visit.                    

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

Όνομα 360 Ads Blocker 360 Ads Blocker
ID fgnkmcaenehgnfpmnfopajlkgfldgfhe
Επίσημο URL https://chrome.google.com/webstore/detail/360-ads-blocker/fgnkmcaenehgnfpmnfopajlkgfldgfhe
Περιγραφή 360 Ads Blocker blocks all annoying ads on the web by default, including video ads on YouTube, Facebook ads, flashy banners,…
Μέγεθος Αρχείου 65 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-02-11
Ημερομηνία Δημοσίευσης 2020-09-03
Αξιολόγηση 4.76/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής http://adsfreesearch.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης http://adsfreesearch.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://adsfreesearch.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "360 Ads Blocker",
    "manifest_version": 2,
    "version": "1.0",
    "background": {
        "scripts": [
            "notification.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/360AdsBlocker.png",
            "32": "images\/360AdsBlocker.png",
            "48": "images\/360AdsBlocker.png",
            "128": "images\/360AdsBlocker.png"
        }
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/360AdsBlocker.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "homepage": "www.adsfreesearch.com",
            "name": "www.adsfreesearch.com",
            "search_url": "http:\/\/www.adsfreesearch.com\/?q=%s",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "http:\/\/www.adsfreesearch.com"
        ]
    }
}