Classic Reddit

Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…

Qu'est-ce que Classic Reddit ?

Classic Reddit est une extension Chrome développée par bobmonkeywarts, et sa fonction principale est "Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Classic Reddit

Téléchargez les fichiers d'extension Classic Reddit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Redirects your browser to old.reddit.com to opt-out of the new redesign easily.

The redesign is slow, ugly, a waste of space, annoying to get used to, and doesn't support CSS. Get this extension and you won't have to deal with that.

If it ain't broke, don't fix it.                    

Informations de Base sur l'Extension

Nom Classic Reddit Classic Reddit
ID ochhlphdhemcmcdmplppdbchfobeihjp
URL Officiel https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp
Description Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
Taille du Fichier 116 KB
Nombre d'Installations 86
Version Actuelle 0.1
Dernière Mise à Jour 2018-05-05
Date de Publication 2018-05-05
Développeur bobmonkeywarts
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Classic Reddit",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}