Privacy Redirect
Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.
什么是Privacy Redirect?
Privacy Redirect是由Simon Brazell开发的Chrome扩展程序,该扩展的主要功能是“Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.”。
扩展截图
下载Privacy Redirect扩展crx文件
下载Privacy Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
★ More Info: ℹ️ • Nitter - https://github.com/zedeus/nitter • Invidious - https://github.com/omarroth/invidious • Bibliogram - https://github.com/cloudrac3r/bibliogram • OpenStreetMap - https://wiki.openstreetmap.org Allows for setting custom instances, toggling all redirects on/off and more. The code for this web extension is available on Github - https://github.com/SimonBrazell/privacy-redirect. ★ Donate: 👨🏻💻 If you like this extension and are financially able please consider buying me a coffee to show your appreciation and support the continuation of the project. ☕️ https://www.buymeacoffee.com/SimonBrazell ☕️ 🍻 https://liberapay.com/SimonBrazell/donate 🍻 ★ What's New in This Version (v1.1.49): 🆕 • Add Wikiless support. • Italian translation fix. • Redirect Norwegian Google Translate. • Instance changes. • See commit history for full list of changes - https://github.com/SimonBrazell/privacy-redirect/compare/v1.1.48...v1.1.49. • A big thank you to everyone who submitted PRs! ★ Permissions: ℹ️ • Please note, access to all website navigation events (all URLs), not just the target domains, is required to allow embedded video redirects to occur. At this time I know of no other way to achieve iframe redirects, happy to hear some suggestions on this though 🙂
扩展基本信息
名称 | Privacy Redirect |
ID | pmcmeagblkinmogikoikkdjiligflglb |
官方URL | https://chromewebstore.google.com/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb |
简介 | Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives. |
文件大小 | 58.27 KB |
安装次数 | 10,358 |
当前版本 | 1.1.49 |
更新时间 | 2021-07-25 |
上架时间 | 2020-06-07 |
评分 | 4.03/5 共36次评分 |
开发者 | Simon Brazell |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/SimonBrazell/privacy-redirect |
帮助页面URL | https://github.com/SimonBrazell/privacy-redirect/issues |
支持的语言 | de,en,fr,tr,es,it,pl,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1.49", "manifest_version": 2, "background": { "page": "pages\/background\/background.html", "persistent": true }, "default_locale": "en", "icons": { "16": "assets\/images\/icon16.png", "32": "assets\/images\/icon32.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |