Privacy Redirect
Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.
Privacy Redirect là gì?
Privacy Redirect là một tiện ích mở rộng Chrome được phát triển bởi Simon Brazell, và tính năng chính của nó là "Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Privacy Redirect
Tải xuống các tệp mở rộng Privacy Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
★ 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 🙂
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Privacy Redirect |
ID | pmcmeagblkinmogikoikkdjiligflglb |
URL Chính Thức | https://chromewebstore.google.com/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb |
Mô tả | Redirects Twitter, YouTube, Instagram and more to privacy friendly alternatives. |
Kích Thước Tệp | 58.27 KB |
Số Lần Cài Đặt | 10,358 |
Phiên Bản Hiện Tại | 1.1.49 |
Cập Nhật Lần Cuối | 2021-07-25 |
Ngày Phát Hành | 2020-06-07 |
Đánh Giá | 4.03/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | Simon Brazell |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/SimonBrazell/privacy-redirect |
URL Trang Trợ Giúp | https://github.com/SimonBrazell/privacy-redirect/issues |
Ngôn Ngữ Được Hỗ Trợ | 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", " |