Always Old Reddit
Redirect all reddit pages to old.reddit
Co to jest Always Old Reddit?
Always Old Reddit to rozszerzenie Chrome opracowane przez tkrome, a jego główną funkcją jest „Redirect all reddit pages to old.reddit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Always Old Reddit
Pobierz pliki rozszerzeń Always Old Reddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        Tired of the reddit defaulting to the new layout when changing accounts/in incognito? This extension redirects all reddit.com URLs to old.reddit.com.
Code available at https://github.com/tkrome/OldReddit
Icon made by Smashicons from www.flaticon.com is licensed by CC 3.0 BY                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | aaalibmmnojbnlcaanlofnmaclldefii | 
| Oficjalny URL | https://chromewebstore.google.com/detail/always-old-reddit/aaalibmmnojbnlcaanlofnmaclldefii | 
| Opis | Redirect all reddit pages to old.reddit | 
| Rozmiar pliku | 5.84 KB | 
| Liczba instalacji | 28 | 
| Aktualna Wersja | 1.0 | 
| Ostatnia Aktualizacja | 2018-05-08 | 
| Data Publikacji | 2018-05-08 | 
| Ocena | 5.00/5 Łącznie 2 Oceny | 
| Deweloper | tkrome | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://github.com/tkrome/OldReddit | 
| Obsługiwane Języki | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Always Old Reddit",
    "description": "Redirect all reddit pages to old.reddit",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.reddit.com\/*",
        "*:\/\/reddit.com\/*",
        "webRequestBlocking"
    ]
}  |  |