Thredd - Useful Advice from Reddit

Learn from people while you surf the web!

Thredd - Useful Advice from Reddit क्या है?

Thredd - Useful Advice from Reddit thredd.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn from people while you surf the web!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Thredd exposes social opportunities across the whole Internet. Read discussions about your current topic and discover the communities that share your interests.

HOW IT WORKS: Simply browse the web as normal. When the extension icon shows a red badge, click it to see what Thredd has found. You can read, reply to, or even start your own discussions. Don't forget to check out the various Reddit communities you stumble upon to see what else they've been sharing!

NOTE:
* The notice you see about having access to your history and website data is automatically generated because Thredd runs on every tab. But it does not actually monitor your browsing history or require your personal information to work properly.


Available on Chrome and Firefox                    

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

नाम Thredd - Useful Advice from Reddit Thredd - Useful Advice from Reddit
ID nofhlafikocbioemioehbpadpgjlpeco
आधिकारिक URL https://chromewebstore.google.com/detail/thredd-useful-advice-from/nofhlafikocbioemioehbpadpgjlpeco
विवरण Learn from people while you surf the web!
फ़ाइल का आकार 794 KB
स्थापना संख्या 645
वर्तमान संस्करण 3.0.8
अंतिम अपडेट 2020-04-08
प्रकाशन तिथि 2020-04-06
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर thredd.dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://thredd.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/thredd19.png",
            "38": "images\/thredd38.png"
        },
        "default_title": "Thredd"
    },
    "description": "Learn from people while you surf the web!",
    "options_page": "options.html",
    "icons": {
        "19": "images\/thredd19.png",
        "32": "images\/thredd32.png",
        "38": "images\/thredd38.png",
        "48": "images\/thredd48.png",
        "64": "images\/thredd64.png",
        "128": "images\/thredd128.png"
    },
    "name": "Thredd - Useful Advice from Reddit",
    "short_name": "Thredd",
    "permissions": [
        "identity",
        "contextMenus",
        "notifications",
        "tabs",
        "*:\/\/*\/*",
        "storage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.8",
    "web_accessible_resources": [
        "comment.html",
        "options.html",
        "popup.html",
        "images\/thredd256.png"
    ]
}