Rewind Reddit

Rewind Reddit - Slide back in time in reddit comments

Rewind Reddit क्या है?

Rewind Reddit Kironide द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rewind Reddit - Slide back in time in reddit comments"।

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

screenshot
screenshot

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

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

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

                        Reddit Rewind allows you to view comments from a specified time period (before a time, after, or between) by using a simple slider inserted into every comments page on every subreddit. Simply change the range on the slider and watch as comments you don't want to see disappear!

Tired of seeing only the comments from the fastest redditors at the top? Simply slide up and see only fresh comments. Want to see what people were saying about the half time show on a sports match? Now you can!

NOTE: Rewind Reddit is not associated with reddit, does NOT ask for your reddit login information and you do NOT need to be logged in to reddit.com for this extension to work. Rewind Reddit works independently of reddit. Rewind Reddit is spyware/adware free and will not harm your computer/browser in any way. Rewind Reddit does not track, store or sell any personal information.

If you discover a problem with Rewind Reddit, let us know right away and we will fix the issue ASAP!                    

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

नाम Rewind Reddit Rewind Reddit
ID elhlcbmehngbnimifmmahlajbdedeldj
आधिकारिक URL https://chromewebstore.google.com/detail/rewind-reddit/elhlcbmehngbnimifmmahlajbdedeldj
विवरण Rewind Reddit - Slide back in time in reddit comments
फ़ाइल का आकार 227 KB
स्थापना संख्या 297
वर्तमान संस्करण 1.1.8
अंतिम अपडेट 2014-08-31
प्रकाशन तिथि 2014-08-30
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Kironide
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Kironide/RewindReddit
सहायता पृष्ठ URL https://github.com/Kironide/RewindReddit
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rewind Reddit",
    "manifest_version": 2,
    "version": "1.1.8",
    "description": "Rewind Reddit - Slide back in time in reddit comments",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/*\/*\/comments\/*",
                "https:\/\/reddit.com\/*\/*\/comments\/*",
                "http:\/\/*.reddit.com\/*\/*\/comments\/*",
                "https:\/\/*.reddit.com\/*\/*\/comments\/*"
            ],
            "js": [
                "jquery.js",
                "jqueryui\/jquery-ui.min.js",
                "moment.js",
                "main.js"
            ],
            "css": [
                "jqueryui\/jquery-ui.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/reddit.com\/*\/*\/comments\/*",
        "https:\/\/reddit.com\/*\/*\/comments\/*",
        "http:\/\/*.reddit.com\/*\/*\/comments\/*",
        "https:\/\/*.reddit.com\/*\/*\/comments\/*"
    ],
    "web_accessible_resources": [
        "jqueryui\/images\/*"
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}