DuckDuckGo !bangs but Faster
Processes DuckDuckGo !bangs client-side
Was ist DuckDuckGo !bangs but Faster?
DuckDuckGo !bangs but Faster ist eine Chrome-Erweiterung, die von https://inclushe.com entwickelt wurde, und ihr Hauptmerkmal ist "Processes DuckDuckGo !bangs client-side".
Erweiterungsscreenshots
DuckDuckGo !bangs but Faster-Erweiterungs-CRX-Datei herunterladen
Laden Sie DuckDuckGo !bangs but Faster-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pbegadjnjekcbdehmfljcnjohjiljpji |
| Offizielle URL | https://chromewebstore.google.com/detail/duckduckgo-bangs-but-fast/pbegadjnjekcbdehmfljcnjohjiljpji |
| Beschreibung | Processes DuckDuckGo !bangs client-side |
| Dateigröße | 12.03 KB |
| Installationsanzahl | 369 |
| Aktuelle Version | 0.2.2 |
| Letztes Update | 2021-03-14 |
| Veröffentlichungsdatum | 2020-10-18 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | https://inclushe.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://bangs-but-faster.inclushe.com/ |
| Unterstützte Sprachen | 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"
]
}
} | |