Always Old Reddit

Redirect reddit.com to old.reddit.com

Wat is Always Old Reddit?

Always Old Reddit is een Chrome-extensie ontwikkeld door TechHax, en de belangrijkste functie is "Redirect reddit.com to old.reddit.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Always Old Reddit

Download Always Old Reddit-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

                        Meet Always Old Reddit! This extension redirects all reddit requests to the old version of reddit! It also redirects url data so that posts you click on from other services will show as the old version as well! Enjoy!

Also the code is on Github @ https://github.com/TechHax/always-old-reddit

If you have any questions feel free to message me on twitter @ https://techhax.co/Tech_Hax_                    

Basisinformatie over de Extensie

Naam Always Old Reddit Always Old Reddit
ID cencjkmlbgldjkepigaaelkodbfbifba
Officiële URL https://chromewebstore.google.com/detail/always-old-reddit/cencjkmlbgldjkepigaaelkodbfbifba
Beschrijving Redirect reddit.com to old.reddit.com
Bestandsgrootte 8.46 KB
Aantal Installaties 670
Huidige Versie 1.0
Laatst Bijgewerkt 2019-09-17
Publicatiedatum 2019-09-16
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar TechHax
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect reddit.com to old.reddit.com",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/reddit.com\/*",
        "*:\/\/www.reddit.com\/*",
        "webRequestBlocking"
    ]
}