Predirect
Redirect to privacy friendly alternatives
What is Predirect?
Predirect is a Chrome extension developed by कलम नाम, and its main feature is "Redirect to privacy friendly alternatives".
Extension Screenshots
Download Predirect Extension CRX File
Download Predirect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Predirect |
ID | aiillidfcgfckfhkpiakhkkpbkknagnp |
Official URL | https://chromewebstore.google.com/detail/predirect/aiillidfcgfckfhkpiakhkkpbkknagnp |
Description | Redirect to privacy friendly alternatives |
File Size | 23.95 KB |
Installation Count | 114 |
Current Version | 1.2 |
Last Updated | 2024-01-25 |
Publish Date | 2023-12-07 |
Rating | 5.00/5 Total 2 Ratings |
Developer | कलम नाम |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/libreom/predirect |
Help Page URL | https://github.com/libreom/predirect/issues |
Supported Languages | 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\/*" ] } |