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.

Wat is Toggle Old Reddit Redirect?

Toggle Old Reddit Redirect is een Chrome-extensie ontwikkeld door chunkybrewster, en de belangrijkste functie is "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Toggle Old Reddit Redirect

Download Toggle Old Reddit Redirect-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

                        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                    

Basisinformatie over de Extensie

Naam Toggle Old Reddit Redirect Toggle Old Reddit Redirect
ID pfhekjkfjbcbnohifmkgcplickojmbhl
Officiële URL https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl
Beschrijving Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
Bestandsgrootte 31.29 KB
Aantal Installaties 67
Huidige Versie 1.1
Laatst Bijgewerkt 2020-07-13
Publicatiedatum 2020-07-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar chunkybrewster
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/chunkybrewster/toggle-old-reddit-redirect
Help Pagina-URL https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues
Ondersteunde Talen 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"
        ]
    }
}