Toggle Old Reddit Redirect

Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.

Cos'è Toggle Old Reddit Redirect?

Toggle Old Reddit Redirect è un'estensione di Chrome sviluppata da chunkybrewster, e la sua funzione principale è "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Toggle Old Reddit Redirect

Scarica i file di estensione Toggle Old Reddit Redirect 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

                        Do you prefer the old style of interface for Reddit more than the new one?

Use Toggle Old Reddit Redirect to automatically redirect all Reddit URLs to the 'old.' prefix.

You can toggle the redirect on and off by clicking the toolbar icon. When it is turned back on it will automatically redirect all open tabs currently on Reddit to the 'old.' URL.

https://github.com/chunkybrewster/toggle-old-reddit-redirect                    

Informazioni di Base sull'Estensione

Nome Toggle Old Reddit Redirect Toggle Old Reddit Redirect
ID pfhekjkfjbcbnohifmkgcplickojmbhl
URL Ufficiale https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl
Descrizione Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
Dimensione del File 31.29 KB
Conteggio Installazioni 67
Versione Corrente 1.1
Ultimo Aggiornamento 2020-07-13
Data di Pubblicazione 2020-07-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore chunkybrewster
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/chunkybrewster/toggle-old-reddit-redirect
URL della Pagina di Aiuto https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle Old Reddit Redirect",
    "version": "1.1",
    "description": "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on\/off by clicking the toolbar icon.",
    "icons": {
        "48": "assets\/icons\/toggle-48.png",
        "64": "assets\/icons\/toggle-64.png",
        "96": "assets\/icons\/toggle-96.png",
        "128": "assets\/icons\/toggle-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/np.reddit.com\/*",
        "*:\/\/new.reddit.com\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/toggle-32.png",
        "default_title": "Toggle Old Reddit Redirect"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ]
    }
}