Scanguard - Clean & Speed Up

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

Wat is Scanguard - Clean & Speed Up?

Scanguard - Clean & Speed Up is een Chrome-extensie ontwikkeld door Security Suite, en de belangrijkste functie is "Enjoy a faster internet browsing experience, free from clutter & distractions.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Scanguard - Clean & Speed Up

Download Scanguard - Clean & Speed Up-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scanguard - Clean & Speed Up Scanguard - Clean & Speed Up
ID aicjpengcdgnlhgdhmemfgoddmmhaddm
Officiële URL https://chromewebstore.google.com/detail/scanguard-clean-speed-up/aicjpengcdgnlhgdhmemfgoddmmhaddm
Beschrijving Enjoy a faster internet browsing experience, free from clutter & distractions.
Bestandsgrootte 6.23 MB
Aantal Installaties 9,000
Huidige Versie 1.10.0
Laatst Bijgewerkt 2024-01-26
Publicatiedatum 2022-05-26
Beoordeling 4.19/5 Totaal 26 Beoordelingen
Ontwikkelaar Security Suite
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.scanguard.com
Help Pagina-URL https://my.scanguard.com/support
URL van de Privacybeleid Pagina https://www.scanguard.com/privacy
Ondersteunde Talen 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": [
        ""
    ]
}