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.

Was ist Toggle Old Reddit Redirect?

Toggle Old Reddit Redirect ist eine Chrome-Erweiterung, die von chunkybrewster entwickelt wurde, und ihr Hauptmerkmal ist "Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.".

Erweiterungsscreenshots

screenshot

Toggle Old Reddit Redirect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toggle Old Reddit Redirect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Toggle Old Reddit Redirect Toggle Old Reddit Redirect
ID pfhekjkfjbcbnohifmkgcplickojmbhl
Offizielle URL https://chromewebstore.google.com/detail/toggle-old-reddit-redirec/pfhekjkfjbcbnohifmkgcplickojmbhl
Beschreibung Redirects www.reddit.com URLs to old.reddit.com. The redirect can be toggled on/off by clicking the toolbar icon.
Dateigröße 31.29 KB
Installationsanzahl 67
Aktuelle Version 1.1
Letztes Update 2020-07-13
Veröffentlichungsdatum 2020-07-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler chunkybrewster
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/chunkybrewster/toggle-old-reddit-redirect
Hilfeseite URL https://github.com/chunkybrewster/toggle-old-reddit-redirect/issues
Unterstützte Sprachen 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"
        ]
    }
}