RedditResearch

Reddit Research

RedditResearch क्या है?

RedditResearch https://dsg.nd.edu/rr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reddit Research"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

crx प्रारूप में RedditResearch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        RedditResearch is a utility that allows users to participate in the Reddit Research project administered by the University of Notre Dame.

If, and only if, you choose to opt-in to the study, this module will report certain aspects of your Reddit usage to the study administrators automatically. The information to be reported, at most, will contain information about your votes, and clicks and navigation within Reddit.com. Your username will be anonymized via a one-way hash function and will be assigned a random number before analysis begins. It will be impossible for even the study administrators to match your username with your actions. Furthermore, in keeping with the Reddit tradition of fierce anonymization, we will never, ever, collect or ask for personal information.

At the conclusion of the study, we will perform analysis to explore how the presentation of information influences voting and other behavior.                    

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

नाम RedditResearch RedditResearch
ID jjoeggecfkcnldellielbnlndpjidohd
आधिकारिक URL https://chrome.google.com/webstore/detail/redditresearch/jjoeggecfkcnldellielbnlndpjidohd
विवरण Reddit Research
फ़ाइल का आकार 288 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.6
अंतिम अपडेट 2015-10-29
प्रकाशन तिथि 2015-10-29
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://dsg.nd.edu/rr
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dsg.nd.edu/rr
सहायता पृष्ठ URL https://dsg.nd.edu/rr/about
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RedditResearch",
    "version": "0.6",
    "manifest_version_comment": "DO NOT CHANGE THE manifest_version!!!!!!!!!",
    "manifest_version": 2,
    "minimum_chrome_version": "26.0",
    "description": "Reddit Research",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "homepage_url": "https:\/\/dsg.nd.edu\/rr",
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/*",
                "https:\/\/reddit.com\/*",
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "guiders-1.2.8.js",
                "jquery.dragsort-0.6.js",
                "jquery-fieldselection.min.js",
                "favico.js",
                "jquery.tokeninput.js",
                "HTMLPasteurizer.js",
                "snuownd.js",
                "utils.js",
                "browsersupport.js",
                "browsersupport-chrome.js",
                "console.js",
                "alert.js",
                "migrate.js",
                "storage.js",
                "template.js",
                "hogan-2.0.0.js",
                "mediacrush.js",
                "reddit_research.user.js",
                "modules\/settingsNavigation.js",
                "modules\/styleTweaks.js",
                "modules\/redditresearch.js",
                "init.js"
            ],
            "css": [
                "nightmode.css",
                "commentBoxes.css",
                "res.css",
                "players.css",
                "guiders.css",
                "tokenize.css",
                "batch.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "templates.html"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/css-on-small.png",
            "38": "images\/css-on.png"
        },
        "default_title": "Subreddit Style On"
    },
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/reddit.com\/*",
        "https:\/\/reddit.com\/*",
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*",
        "https:\/\/dsg.nd.edu\/*"
    ],
    "optional_permissions": []
}