Old Reddit Forever

A Chrome extension that automatically redirects Reddit's new layout to the old layout.

Τι είναι το Old Reddit Forever;

Το Old Reddit Forever είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bryantsmith, και η κύρια λειτουργία του είναι "A Chrome extension that automatically redirects Reddit's new layout to the old layout.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Old Reddit Forever

Λήψη αρχείων επέκτασης Old Reddit Forever σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Old Reddit Forever is a simple extension that keeps you on Old Reddit rather than any of the newer version. It is set up to automatically only to redirect the pages that are necessary (e.g. things like settings, gallery, etc.. will all still work, unlike some other extensions).

Right Click Enable/Disable- The plugin can be easily toggled by right clicking anywhere on the page, and clicking to enable / disable the plugin. This dialog will ONLY appear on reddit.com pages, so it won't clog up your menu otherwise.

Manifest V3 compatible- Will continue to work Forever. All the current other redirect plugins use an older version of Chrome Extensions, which Google has confirm will stop working at any time, this one doesn't.


No ads, no data collected, just a simple plugin that works.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Old Reddit Forever Old Reddit Forever
ID jibebahneocebfgjlakmmlehilfebkpn
Επίσημο URL https://chromewebstore.google.com/detail/old-reddit-forever/jibebahneocebfgjlakmmlehilfebkpn
Περιγραφή A Chrome extension that automatically redirects Reddit's new layout to the old layout.
Μέγεθος Αρχείου 39.94 KB
Αριθμός Εγκαταστάσεων 197
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-05-21
Ημερομηνία Δημοσίευσης 2023-05-20
Προγραμματιστής bryantsmith
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.bryantsmith.com/oldredditforever.html
Διεύθυνση URL της Σελίδας Βοήθειας http://www.bryantsmith.com/oldredditforever.html
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old Reddit Forever",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.reddit.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}