DuckDuckGo !bangs but Faster

Processes DuckDuckGo !bangs client-side

什么是DuckDuckGo !bangs but Faster?

DuckDuckGo !bangs but Faster是由https://inclushe.com开发的Chrome扩展程序,该扩展的主要功能是“Processes DuckDuckGo !bangs client-side”。

扩展截图

screenshot
screenshot

下载DuckDuckGo !bangs but Faster扩展crx文件

下载DuckDuckGo !bangs but Faster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DuckDuckGo !bangs but Faster DuckDuckGo !bangs but Faster
ID pbegadjnjekcbdehmfljcnjohjiljpji
官方URL https://chromewebstore.google.com/detail/duckduckgo-bangs-but-fast/pbegadjnjekcbdehmfljcnjohjiljpji
简介 Processes DuckDuckGo !bangs client-side
文件大小 12.03 KB
安装次数 369
当前版本 0.2.2
更新时间 2021-03-14
上架时间 2020-10-18
评分 4.50/5 共4次评分
开发者 https://inclushe.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bangs-but-faster.inclushe.com/
支持的语言 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"
        ]
    }
}