AllBlock

AllBlock - free extension that disables ads on popular resources.

What is AllBlock?

AllBlock is a Chrome extension developed by AllBlock, and its main feature is "AllBlock - free extension that disables ads on popular resources.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download AllBlock Extension CRX File

Download AllBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        AllBlock is a free multi-functional extension blocking various types of advertisements at popular websites and social networks.

AllBlock features:
- Youtube and Facebook ads blocking,
- preventing pop-ups and push notifications 
- reduces traffic consumption and speeds up the browser,
- free and extended functionality.

We continue our product improving, working hard to give your pure interaction experience with your favorite web-content.

Your sincerely,
The AllBlock Team.                    

Extension Basic Information

Name AllBlock AllBlock
ID nfofcmcpljmjdningbllljenopcmdhjf
Official URL https://chrome.google.com/webstore/detail/allblock/nfofcmcpljmjdningbllljenopcmdhjf
Description AllBlock - free extension that disables ads on popular resources.
File Size 210 KB
Installation Count 5,000
Current Version 1.55
Last Updated 2021-02-13
Publish Date 2020-05-25
Rating 4.86/5 Total 111 Ratings
Developer AllBlock
Email [email protected]
Payment Type free
Extension Website https://allblock.net
Help Page URL https://allblock.net/support
Privacy Policy Page URL http://allblock.net/privacy_policy
Supported Languages de,en,fr,tr,es,it,pl,ru,zh-CN,ja
manifest.json
{
    "browser_action": {
        "default_icon": "lightgreen.png",
        "default_title": "AllBlock"
    },
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "AllBlock",
    "background": {
        "scripts": [
            "bg.js",
            "js\/install_handlers.js"
        ]
    },
    "icons": {
        "128": "lightgreen.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "pages\/fas.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/view\/vs\/*"
            ],
            "js": [
                "pages\/fvs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "pages\/yt.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.facebookcorewwwi.onion\/*"
            ],
            "css": [
                "css\/fb2.css"
            ],
            "js": [
                "pages\/fb2.js"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "pages\/vk.js"
            ],
            "matches": [
                "https:\/\/new.vk.com\/*",
                "http:\/\/new.vk.com\/*",
                "https:\/\/vk.com\/*",
                "http:\/\/vk.com\/*"
            ]
        },
        {
            "all_frames": true,
            "css": [],
            "js": [
                "pages\/vk_audio.js"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "contentSettings",
        "",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.55"
}