Predirect
Redirect to privacy friendly alternatives
Wat is Predirect?
Predirect is een Chrome-extensie ontwikkeld door कलम नाम, en de belangrijkste functie is "Redirect to privacy friendly alternatives".
Extensie Screenshots
Download het CRX-bestand van de extensie Predirect
Download Predirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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                     Basisinformatie over de Extensie
| Naam |   |  
| ID | aiillidfcgfckfhkpiakhkkpbkknagnp | 
| Officiële URL | https://chromewebstore.google.com/detail/predirect/aiillidfcgfckfhkpiakhkkpbkknagnp | 
| Beschrijving | Redirect to privacy friendly alternatives | 
| Bestandsgrootte | 23.95 KB | 
| Aantal Installaties | 114 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2024-01-25 | 
| Publicatiedatum | 2023-12-07 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | कलम नाम | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/libreom/predirect | 
| Help Pagina-URL | https://github.com/libreom/predirect/issues | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |