Reddit UI Redirector
Redirects reddit.com URLs to new.reddit.com.
Cos'è Reddit UI Redirector?
Reddit UI Redirector è un'estensione di Chrome sviluppata da Andro, e la sua funzione principale è "Redirects reddit.com URLs to new.reddit.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit UI Redirector
Scarica i file di estensione Reddit UI Redirector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
New Reddit Redirection extension simply redirects reddit.com to new.reddit.com to force use of the "new" Reddit layout.
Informazioni di Base sull'Estensione
Nome | Reddit UI Redirector |
ID | nkoapgdkoheaadbeijfdlnogkjlgcimc |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-ui-redirector/nkoapgdkoheaadbeijfdlnogkjlgcimc |
Descrizione | Redirects reddit.com URLs to new.reddit.com. |
Dimensione del File | 1.13 MB |
Conteggio Installazioni | 567 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2024-02-21 |
Data di Pubblicazione | 2024-02-19 |
Valutazione | 4.93/5 Totale 14 Valutazioni |
Sviluppatore | Andro |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Reddit UI Redirector", "version": "1.3", "description": "Redirects reddit.com URLs to new.reddit.com.", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |