Prefer Old Reddit Profiles (by /u/corylulu)

Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.

Co to jest Prefer Old Reddit Profiles (by /u/corylulu)?

Prefer Old Reddit Profiles (by /u/corylulu) to rozszerzenie Chrome opracowane przez corylulu, a jego główną funkcją jest „Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.”.

Pobierz plik CRX rozszerzenia Prefer Old Reddit Profiles (by /u/corylulu)

Pobierz pliki rozszerzeń Prefer Old Reddit Profiles (by /u/corylulu) 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
Oficjalny URL https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
Opis Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Rozmiar pliku 44.3 KB
Liczba instalacji 85
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2017-11-08
Data Publikacji 2017-11-08
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper corylulu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.reddit.com/u/corylulu
Adres URL Strony Pomocy http://www.reddit.com/u/corylulu
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "arrive.min.js",
                "index.js"
            ],
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "http:\/\/reddit.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/reddit.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.",
    "manifest_version": 2,
    "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)",
    "version": "1.0.2"
}