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.

Cos'è Prefer Old Reddit Profiles (by /u/corylulu)?

Prefer Old Reddit Profiles (by /u/corylulu) è un'estensione di Chrome sviluppata da corylulu, e la sua funzione principale è "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".

Scarica il file CRX dell'estensione Prefer Old Reddit Profiles (by /u/corylulu)

Scarica i file di estensione Prefer Old Reddit Profiles (by /u/corylulu) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
URL Ufficiale https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
Descrizione Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Dimensione del File 44.3 KB
Conteggio Installazioni 85
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-11-08
Data di Pubblicazione 2017-11-08
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore corylulu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.reddit.com/u/corylulu
URL della Pagina di Aiuto http://www.reddit.com/u/corylulu
Lingue Supportate 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"
}