Speed-Up Browsing

Speeds up browsing over the time, by adding missing Cache-Control response headers.

O que é Speed-Up Browsing?

Speed-Up Browsing é uma extensão do Chrome desenvolvida por Wiz Extensions, e sua principal característica é "Speeds up browsing over the time, by adding missing Cache-Control response headers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Speed-Up Browsing

Baixe arquivos de extensão Speed-Up Browsing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This extension enhances the re-use of already downloaded images/scripts etc. thus speeds up loading of pages significantly.
Just install this extension and enjoy faster surfing.

It changes the default search of chrome to Bing.com                    

Informações Básicas da Extensão

Nome Speed-Up Browsing Speed-Up Browsing
ID hkhnldpdljhiooeallkmlajnogjghdfb
URL Oficial https://chromewebstore.google.com/detail/speed-up-browsing/hkhnldpdljhiooeallkmlajnogjghdfb
Descrição Speeds up browsing over the time, by adding missing Cache-Control response headers.
Tamanho do Arquivo 49.09 KB
Contagem de Instalações 16,316
Versão Atual 2.51
Última Atualização 2023-09-22
Data de Publicação 2018-01-30
Classificação 4.27/5 Total de 55 Avaliações
Desenvolvedor Wiz Extensions
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://speedupbrowsing.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "description": "Speeds up browsing over the time, by adding missing Cache-Control response headers.",
    "homepage_url": "https:\/\/github.com\/mubaidr\/Speed-up-Browsing\/",
    "icons": {
        "24": "\/img\/Lightning Bolt-24x24.png",
        "32": "\/img\/Lightning Bolt-32x32.png",
        "48": "\/img\/Lightning Bolt-48x48.png",
        "64": "\/img\/Lightning Bolt-64x64.png",
        "128": "\/img\/Lightning Bolt-128x128.png",
        "256": "\/img\/Lightning Bolt-256x256.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/websmartfinder.com\/?n=552&q={searchTerms}",
            "favicon_url": "https:\/\/websmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "Speed-Up Browsing",
    "offline_enabled": false,
    "options_page": "html\/option.html",
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "2.51"
}