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 je Prefer Old Reddit Profiles (by /u/corylulu)?

Prefer Old Reddit Profiles (by /u/corylulu) je rozšíření Chrome vyvinuté corylulu, a jeho hlavní funkcí je „Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.“.

Stáhnout soubor CRX rozšíření Prefer Old Reddit Profiles (by /u/corylulu)

Stáhněte si soubory rozšíření Prefer Old Reddit Profiles (by /u/corylulu) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
Oficiální URL https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
Popis Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Velikost souboru 44.3 KB
Počet instalací 85
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-11-08
Datum Vydání 2017-11-08
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář corylulu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.reddit.com/u/corylulu
URL Stránky Nápovědy http://www.reddit.com/u/corylulu
Podporované Jazyky 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"
}