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.

Τι είναι το Prefer Old Reddit Profiles (by /u/corylulu);

Το Prefer Old Reddit Profiles (by /u/corylulu) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον corylulu, και η κύρια λειτουργία του είναι "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.".

Λήψη αρχείου CRX της επέκτασης Prefer Old Reddit Profiles (by /u/corylulu)

Λήψη αρχείων επέκτασης Prefer Old Reddit Profiles (by /u/corylulu) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                                            

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

Όνομα Prefer Old Reddit Profiles (by /u/corylulu) Prefer Old Reddit Profiles (by /u/corylulu)
ID heldhdonnehiejfcfddaimkgaaiaccbf
Επίσημο URL https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf
Περιγραφή Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Μέγεθος Αρχείου 44.3 KB
Αριθμός Εγκαταστάσεων 85
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2017-11-08
Ημερομηνία Δημοσίευσης 2017-11-08
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής corylulu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.reddit.com/u/corylulu
Διεύθυνση URL της Σελίδας Βοήθειας http://www.reddit.com/u/corylulu
Υποστηριζόμενες Γλώσσες 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"
}