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,…

Vad är Classic Reddit?

Classic Reddit är en Chrome-tillägg utvecklad av bobmonkeywarts, och dess huvudfunktion är "Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…".

Tilläggsskärmbilder

screenshot

Ladda ner Classic Reddit-förlängningens CRX-fil

Ladda ner Classic Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Classic Reddit Classic Reddit
ID ochhlphdhemcmcdmplppdbchfobeihjp
Officiell webbadress https://chromewebstore.google.com/detail/classic-reddit/ochhlphdhemcmcdmplppdbchfobeihjp
Beskrivning Redirects your browser to old.reddit.com to opt-out of the new redesign easily. The redesign is slow, ugly, a waste of space,…
Filstorlek 116 KB
Antal Installationer 86
Aktuell Version 0.1
Senast Uppdaterad 2018-05-05
Publiceringsdatum 2018-05-05
Utvecklare bobmonkeywarts
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}