Scanguard - Clean & Speed Up

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

Что такое Scanguard - Clean & Speed Up?

Scanguard - Clean & Speed Up - это расширение Chrome, разработанное Security Suite, и его основная функция - "Enjoy a faster internet browsing experience, free from clutter & distractions.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Scanguard - Clean & Speed Up

Скачайте файлы расширений Scanguard - Clean & Speed Up в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Scanguard - Clean & Speed Up Scanguard - Clean & Speed Up
ID aicjpengcdgnlhgdhmemfgoddmmhaddm
Официальный URL https://chromewebstore.google.com/detail/scanguard-clean-speed-up/aicjpengcdgnlhgdhmemfgoddmmhaddm
Описание Enjoy a faster internet browsing experience, free from clutter & distractions.
Размер файла 6.23 MB
Количество установок 9,000
Текущая Версия 1.10.0
Последнее Обновление 2024-01-26
Дата публикации 2022-05-26
Рейтинг 4.19/5 Всего 26 оценок
Разработчик Security Suite
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.scanguard.com
URL страницы помощи https://my.scanguard.com/support
URL страницы политики конфиденциальности https://www.scanguard.com/privacy
Поддерживаемые языки 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": [
        ""
    ]
}