Easy Ad Blocker

Adblocker fast, effective and easy to use.

Vad är Easy Ad Blocker?

Easy Ad Blocker är en Chrome-tillägg utvecklad av https://easyadblocker.com, och dess huvudfunktion är "Adblocker fast, effective and easy to use.".

Tilläggsskärmbilder

screenshot

Ladda ner Easy Ad Blocker-förlängningens CRX-fil

Ladda ner Easy Ad Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        With Easy Ad Blocker you will be able to: 
 
- Block Video Ads 
- Block Annoying Banners 
- Block Pop-Ups 
- Block Crypto Miners
- Block Phishing Websites 
- Speed Up Your Navigation 
- Save On Bandwidth 
 
Easy Ad Blocker is a free Google Chrome extension that will get rid of ads, banners and pop-ups. 
 
Easy Ad Blocker is one of the best ad blockers, and it can automatically block many different kinds of ads. It operates as a Chrome extension, so it stays in the background as you surf, and it's as effective as other less user-friendly ad blockers. 
 
The goal of any ad block software is to stop intrusiveness. One way to do this is to remove all ads that have the potential to be intrusive. This ad blocker is among the best in that regard, because it prevents so many different types of ads. This includes pop-ups, banners and even malicious objects that are used for phishing or by crypto-miners to consume your resources. 
 
An additional benefit of choosing to ad block in this manner is that you speed up your web surfing. Excessive advertising not only creates a slow, annoying and user-unfriendly web experience, but it actually consumes more bandwidth. If you are on a quote, for instance, then that can be quite serious, especially when ads automatically begin playing bandwidth-intensive video ads and the like.                    

Grundläggande Information om Tillägg

Namn Easy Ad Blocker Easy Ad Blocker
ID naffoicfphgmlgikpcmghdooejkboifd
Officiell webbadress https://chromewebstore.google.com/detail/easy-ad-blocker/naffoicfphgmlgikpcmghdooejkboifd
Beskrivning Adblocker fast, effective and easy to use.
Filstorlek 1.01 MB
Antal Installationer 176,827
Aktuell Version 0.11.2
Senast Uppdaterad 2019-11-12
Publiceringsdatum 2019-11-11
Betyg 4.66/5 Totalt 633 Betyg
Utvecklare https://easyadblocker.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.easyadblocker.com/ext-pp.html
Stödda Språk id,ms,de,en-GB,en-US,fil,fr,sw,nl,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs
manifest.json
{
    "author": "EAB",
    "background": {
        "persistent": true,
        "scripts": [
            "polyfill.js",
            "ext\/common.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/publicSuffixList.js",
            "lib\/easyadblock.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/abp-16.png",
            "19": "icons\/abp-19.png",
            "20": "icons\/abp-20.png",
            "32": "icons\/abp-32.png",
            "38": "icons\/abp-38.png",
            "40": "icons\/abp-40.png"
        },
        "default_popup": "popup.html",
        "default_title": "Easy Ad Blocker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "polyfill.js",
                "ext\/common.js",
                "ext\/content.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "Adblocker fast, effective and easy to use.",
    "icons": {
        "128": "icons\/detailed\/abp-128.png",
        "16": "icons\/abp-16.png",
        "32": "icons\/abp-32.png",
        "48": "icons\/detailed\/abp-48.png",
        "64": "icons\/detailed\/abp-64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj3xScZurXYbAK\/mnSxMV7+G+CYM7qg1TKsvstkUXnBqLGeIGKZhtpOjE0YRNpvbEkRu+Ncxud0TcKFLA\/EKGazPYE1rosg1GCMQSzBqJZT8ywKLBbUEF2FSnPrz7KzRjota6hXG\/Gw9Uw6VrRyyB5j8tyj\/M6LawbvrTMODPZ3C9jOCcMxIMtSHRSh8vy5AAWT9\/SZEbRglHT0tbe8haySnzUahSg57N7r9I0LCpUxuLVQNdCA8jgdFyuXptQTMIp3BbxmL2E4QdQABqB50KV9r5rumqGcASLnldtaZzhGweMLh42gdeVLv3XPUcQQ7JdG\/ZK3CxVKY6im4vMCmBzQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "49.0",
    "name": "Easy Ad Blocker",
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "short_name": "Easy Ad Blocker",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.11.2",
    "web_accessible_resources": [
        "skin\/background.png"
    ]
}