惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
雷峰网
雷峰网
J
Java Code Geeks
G
Google Developers Blog
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
L
LangChain Blog
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
Vercel News
Vercel News
S
SegmentFault 最新的问题
Engineering at Meta
Engineering at Meta
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
Y
Y Combinator Blog
博客园_首页
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
罗磊的独立博客
A
About on SuperTechFans
B
Blog
Microsoft Security Blog
Microsoft Security Blog

codeqihan的博客

现代化的开源终端-Tabby 基于Rust开发的编辑器-Edit ChatGPT Atlas使用体验 联通宽带改桥接 Chrony安装以及配置 电信跨网QoS npm的高性能替代品pnpm 使用markdownlint-cli格式化Markdown文件 Nginx的安装以及配置 使用unattended-upgrades自动更新软件包 Debian使用Backports源 压缩网页体积 Debian切换至Testing/Sid版本 2024年度总结 轻量级的探针-Beszel ai.robots.txt阻止AI爬虫 甲骨文圣何塞ARM测评 公共DOH收集 com又涨价了
ungoogled-chromium浏览器简介
codeqihan · 2025-05-10 · via codeqihan的博客

简介

ungoogled-chromium是一款基于Chromium的浏览器,致力于成为Chromium的替代品。浏览器本身不会向外部发送任何请求(包括更新,因此浏览器需要手动下载更新),在编译时也移除了源代码中的所有二进制文件(大部分是单元测试的测试文件)

特点:
默认禁用第三方Cookie、WebRTC等(主要为了隐私考虑,如果需要可以手动开启)
UI和Chrome/Chromium几乎一致(ungoogled-chromium是对Chromium打补丁而构成的,因此UI和Chromium几乎完全一样)
目前依然支持Manifest V2
没有历史记录同步等功能,因此浏览器本身无法进行同步
没有Widevine DRM模块(因为是闭源的并且Widevine不接受普通用户的集成请求),因此无法使用Spotify等需要DRM的网站
默认没有搜索引擎,需要手动在设置中设置默认搜索引擎。搜索引擎中也没有Google,需要手动添加

配置

Google

默认的ungoogled-chromium的搜索引擎中没有Google,如果需要,可以在chrome://settings/searchEngines中的网站搜索中添加搜索引擎并设置为默认,如图:



名称:Google
快捷字词:google.com
网址格式:https://www.google.com/search?q=%s
Suggestions URL with %s in place of query:https://www.google.com/complete/search?client=chrome&q=%s

Chromium Web Store

如果需要使用Chrome Web Store,可以使用Chromium Web Store扩展
GitHub:https://github.com/NeverDecaf/chromium-web-store
首先需要将chrome://flags/#extension-mime-request-handling修改为Always prompt for install,之后在Releases中下载最新版本的Chromium Web Store crx。安装以后在chrome://extensions/中勾选Chromium Web Store扩展的“允许访问文件网址”,之后打开Chromium Web Store,应该就能正常安装扩展