Mentioned Videos for Reddit

Enhance your Reddit browsing experience. Explore related videos on any thread.

Mentioned Videos for Reddit क्या है?

Mentioned Videos for Reddit https://subtletv.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your Reddit browsing experience. Explore related videos on any thread."।

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

screenshot
screenshot
screenshot

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

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

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

                        When you’re viewing a Reddit thread and want to explore related media, this extension shows you videos people mentioned within that thread. It displays a counter of the videos which can be clicked to open a playlist of the videos with their context preserved.                    

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

नाम Mentioned Videos for Reddit Mentioned Videos for Reddit
ID fiimkmdalmgffhibfdjnhljpnigcmohf
आधिकारिक URL https://chromewebstore.google.com/detail/mentioned-videos-for-redd/fiimkmdalmgffhibfdjnhljpnigcmohf
विवरण Enhance your Reddit browsing experience. Explore related videos on any thread.
फ़ाइल का आकार 41.22 KB
स्थापना संख्या 448
वर्तमान संस्करण 1.3.1
अंतिम अपडेट 2016-02-04
प्रकाशन तिथि 2016-02-04
रेटिंग 4.47/5 कुल 15 रेटिंग्स
डेवलपर https://subtletv.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "stv.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "No mentioned videos."
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "page.js"
            ],
            "matches": [
                "https:\/\/*.reddit.com\/*comments\/*",
                "http:\/\/*.reddit.com\/*comments\/*"
            ]
        }
    ],
    "description": "Enhance your Reddit browsing experience. Explore related videos on any thread.",
    "author": "http:\/\/subtletv.com",
    "homepage_url": "http:\/\/subtletv.com",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkLSiGgnda\/ZHeIa8P6D2JN5aKAJE1+12FQnNwZwahBG0e\/YSkOBK4Y83M2MeYs8un0Tq\/W\/rc8GbohN\/z0yffuW2irJrGuuvP2W2i5BG6jQU85fEcfjSJigzDP4akDHLb9X1nppaCeF80IFC\/8wvbdmGf60BXwZ6Ikocoa+nmwM\/UeHwJSdk2AJ3QEkQXtcgIHc2ZvEhoZEmLiXJezKUx5fA\/Uo+jxvRWfyj5ZFaf30m0asW36q8BpCI1A0qZrYB5zW2QXm0\/xgOTX9Trem18mAh9HkPg78VIs1adzvt0ajFKKR\/Qhp\/wWAMpMjnDYxWlyAFjbpatsVDGigkukKAxQIDAQAB",
    "manifest_version": 2,
    "name": "Mentioned Videos for Reddit",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}