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) corylulu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Prefer Old Reddit Profiles (by /u/corylulu) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
}