Predirect
Redirect to privacy friendly alternatives
Predirect là gì?
Predirect là một tiện ích mở rộng Chrome được phát triển bởi कलम नाम, và tính năng chính của nó là "Redirect 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 Predirect
Tải xuống các tệp mở rộng Predirect 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
A open source manifest v3 web extension with minimal permissions that automatically redirects popular sites(Twitter, Medium etc) to alternative privacy friendly frontends Source code- https://github.com/libreom/predirect
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Predirect |
ID | aiillidfcgfckfhkpiakhkkpbkknagnp |
URL Chính Thức | https://chromewebstore.google.com/detail/predirect/aiillidfcgfckfhkpiakhkkpbkknagnp |
Mô tả | Redirect to privacy friendly alternatives |
Kích Thước Tệp | 23.95 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2024-01-25 |
Ngày Phát Hành | 2023-12-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | कलम नाम |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/libreom/predirect |
URL Trang Trợ Giúp | https://github.com/libreom/predirect/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Predirect", "description": "Redirect to privacy friendly alternatives", "version": "1.2", "permissions": [ "declarativeNetRequest", "storage", "alarms" ], "action": { "default_popup": "popup\/popup.html", "default_icon": "assets\/icon.png" }, "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*", "*:\/\/*.medium.com\/*", "*:\/\/*.tiktok.com\/*", "*:\/\/*.quora.com\/*", "*:\/\/*.fandom.com\/*", "*:\/\/*.imdb.com\/*", "*:\/\/*.genius.com\/*", "*:\/\/*.goodreads.com\/*", "*:\/\/*.imgur.com\/*", "*:\/\/*.pixiv.net\/*", "*:\/\/*.urbandictionary.com\/*", "*:\/\/*.ultimate-guitar.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/*.instagram.com\/*", "*:\/\/*.wolframalpha.com\/*", "*:\/\/*.bandcamp.com\/*", "*:\/\/*.tumblr.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.t.co\/*", "*:\/\/*.twimg.com\/*", "*:\/\/*.instructables.com\/*", "*:\/\/*.knowyourmeme.com\/*", "*:\/\/*.snopes.com\/*", "*:\/\/*.reuters.com\/*", "*:\/\/*.stackoverflow.com\/*", "*:\/\/*.stackexchange.com\/*", "*:\/\/www.google.com\/*", "*:\/\/translate.google.com\/*" ] } |