DuckDuckGo !bangs but Faster

Processes DuckDuckGo !bangs client-side

O que é DuckDuckGo !bangs but Faster?

DuckDuckGo !bangs but Faster é uma extensão do Chrome desenvolvida por https://inclushe.com, e sua principal característica é "Processes DuckDuckGo !bangs client-side".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DuckDuckGo !bangs but Faster

Baixe arquivos de extensão DuckDuckGo !bangs but Faster 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

                        WARNING: It is highly recommend that you set DuckDuckGo as your default search engine. Learn how to do that here: https://help.duckduckgo.com/duckduckgo-help-pages/desktop/chrome/

"DuckDuckGo !bangs but Faster" replaces the requests and redirects to DuckDuckGo's servers needed to handle !bangs by processing them client-side.
This leads to a noticeable improvement in initial page load time, with at least a >30% improvement in paint time on high-speed connections and possibly higher for users on mobile networks with higher latency.

This extension supports all DuckDuckGo !bangs.
To learn more about DuckDuckGo !bangs, visit duckduckgo.com/bang.                    

Informações Básicas da Extensão

Nome DuckDuckGo !bangs but Faster DuckDuckGo !bangs but Faster
ID pbegadjnjekcbdehmfljcnjohjiljpji
URL Oficial https://chromewebstore.google.com/detail/duckduckgo-bangs-but-fast/pbegadjnjekcbdehmfljcnjohjiljpji
Descrição Processes DuckDuckGo !bangs client-side
Tamanho do Arquivo 12.03 KB
Contagem de Instalações 369
Versão Atual 0.2.2
Última Atualização 2021-03-14
Data de Publicação 2020-10-18
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor https://inclushe.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bangs-but-faster.inclushe.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DuckDuckGo !bangs but Faster",
    "version": "0.2.2",
    "description": "Processes DuckDuckGo !bangs client-side",
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/duckduckgo.com\/*",
        "https:\/\/duckduckgo.com\/bang.js"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}