Scanguard - Clean & Speed Up

Enjoy a faster internet browsing experience, free from clutter & distractions.

What is Scanguard - Clean & Speed Up?

Scanguard - Clean & Speed Up is a Chrome extension developed by Security Suite, and its main feature is "Enjoy a faster internet browsing experience, free from clutter & distractions.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Scanguard - Clean & Speed Up Extension CRX File

Download Scanguard - Clean & Speed Up 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

                        Instantly speed-up your web browsing experience by clearing junk files, clutter and reallocating system resources for when you need it most. 
 
Clean & Speed Up by Scanguard provides you with a wide range of easy to use performance optimization tools to enhance & supercharge your browsing speed. Try it today for free! 
 
Key features:
 
Clean Up Your Browsing Data

Keep your browser fast and clear of clutter by removing old browsing data, junk files and unwanted tracking. 


Speedy Sites

Keep your favorite sites fast. Speedy sites aren't included in browser cleaning so you can be sure they'll always be quick. 


Site Sleeper 

If a web page isn’t in view, we’ll put it to sleep!  This will allow your system reallocate resources which further enhances your browsing speed.
 

Pop-up Blocker 

Disable annoying & intrusive browser notifications clogging up your experience with a single click, allowing you to browse in peace. 

 
Turbo Browsing 
 
You no longer have to wait for web pages to load, we’ll get them ready to view before you even visit the site. 
 

Lightning Loader 
 
We’ll gradually load web pages to prevent large images slowing you down… If you can’t see it, we haven’t loaded it yet.
 

Your Scanguard trial license will provide you with complimentary access to our premium service.

We collect your IP address on initial installation in order to allocate your free trial access without requiring any personal information. You will only be required to provide personal details such as your name, email address & payment credentials should you wish to activate a premium subscription.

Further details of both our terms & privacy policies can be found below:

Terms: https://www.scanguard.com/terms
Privacy: https://www.scanguard.com/privacy

More details can be found on our pricing page https://www.scanguard.com/pricing

Scanguard will not store or log your data. Your privacy is our priority.

This service is sold by Protected.net Group Limited.                    

Extension Basic Information

Name Scanguard - Clean & Speed Up Scanguard - Clean & Speed Up
ID aicjpengcdgnlhgdhmemfgoddmmhaddm
Official URL https://chromewebstore.google.com/detail/scanguard-clean-speed-up/aicjpengcdgnlhgdhmemfgoddmmhaddm
Description Enjoy a faster internet browsing experience, free from clutter & distractions.
File Size 6.23 MB
Installation Count 9,000
Current Version 1.10.0
Last Updated 2024-01-26
Publish Date 2022-05-26
Rating 4.19/5 Total 26 Ratings
Developer Security Suite
Email [email protected]
Payment Type free
Extension Website https://www.scanguard.com
Help Page URL https://my.scanguard.com/support
Privacy Policy Page URL https://www.scanguard.com/privacy
Supported Languages de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scanguard - Clean & Speed Up",
    "author": "Protected.net",
    "description": "__MSG_manifest_description__",
    "version": "1.10.0",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/*",
                "app\/sidebar\/*",
                "app\/serve_injectable_content\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/img\/_brand\/icon\/16px.png",
            "20": "assets\/img\/_brand\/icon\/20px.png",
            "44": "assets\/img\/_brand\/icon\/44px.png",
            "48": "assets\/img\/_brand\/icon\/48px.png",
            "54": "assets\/img\/_brand\/icon\/54px.png"
        },
        "default_popup": "app\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/img\/_brand\/icon\/16px.png",
        "20": "assets\/img\/_brand\/icon\/20px.png",
        "32": "assets\/img\/_brand\/icon\/32px.png",
        "44": "assets\/img\/_brand\/icon\/44px.png",
        "48": "assets\/img\/_brand\/icon\/48px.png",
        "54": "assets\/img\/_brand\/icon\/54px.png",
        "64": "assets\/img\/_brand\/icon\/64px.png",
        "80": "assets\/img\/_brand\/icon\/80px.png",
        "90": "assets\/img\/_brand\/icon\/90px.png",
        "120": "assets\/img\/_brand\/icon\/120px.png",
        "128": "assets\/img\/_brand\/icon\/128px.png",
        "150": "assets\/img\/_brand\/icon\/150px.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "\/app\/vendor\/vendor.min.js",
                "\/app\/shared\/shared.min.js",
                "\/app\/load_sidebar\/load_sidebar.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "\/app\/vendor\/vendor.min.js",
                "\/app\/shared\/shared.min.js",
                "\/app\/injectable_content\/injectable_content.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "\/app\/vendor\/vendor.min.js",
                "\/app\/shared\/shared.min.js",
                "\/app\/tab_suspender\/tab_suspender.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "\/app\/vendor\/vendor.min.js",
                "\/app\/shared\/shared.min.js",
                "\/app\/restore_page_state\/restore_page_state.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "\/app\/vendor\/vendor.min.js",
                "\/app\/shared\/shared.min.js",
                "\/app\/lazy_loader\/lazy_loader.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "\/app\/vendor\/vendor.min.js",
                "\/app\/shared\/shared.min.js",
                "\/app\/prefetch\/prefetch.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "permissions": [
        "alarms",
        "browsingData",
        "contentSettings",
        "cookies",
        "downloads",
        "history",
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ]
}