Trustnet

Allows you to assess different articles as (in)accurate to help your friends and to also see the assessments that they provide.

Trustnet क्या है?

Trustnet Farnaz Jahanbakhsh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to assess different articles as (in)accurate to help your friends and to also see the assessments that they provide."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is a browser extension as part of a research project that allows you to assess different articles as accurate or inaccurate. Your assessments can help benefit those users who follow or trust you on https://trustnet.csail.mit.edu. You too can benefit from the assessments provided by your sources, since their assessments of any webpage you visit will be loaded on the page.
In addition to providing accuracy assessments, you can also inquire about the accuracy of an article. Your inquiries can be anonymous or tied to your name and by default, will surface to those you have marked as trustworthy on Trustnet. Alternatively, you can specify who you would like to ask about the accuracy of the article. They will receive an email about your inquiry and can provide an answer to you.                    

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

नाम Trustnet Trustnet
ID nphapibbiamgbhamgmfgdeiiekddoejo
आधिकारिक URL https://chromewebstore.google.com/detail/trustnet/nphapibbiamgbhamgmfgdeiiekddoejo
विवरण Allows you to assess different articles as (in)accurate to help your friends and to also see the assessments that they provide.
फ़ाइल का आकार 3.85 MB
स्थापना संख्या 20
वर्तमान संस्करण 0.1.21
अंतिम अपडेट 2023-04-08
प्रकाशन तिथि 2022-10-27
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Farnaz Jahanbakhsh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://trustnet.csail.mit.edu/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.21",
    "name": "Trustnet",
    "homepage_url": "https:\/\/github.com\/farnazj\/Replace-Previews\/tree\/add-assessments",
    "description": "Allows you to assess different articles as (in)accurate to help your friends and to also see the assessments that they provide.",
    "default_locale": "en",
    "permissions": [],
    "icons": {
        "16": "icons\/trustnet_48.png",
        "48": "icons\/trustnet_100.png",
        "128": "icons\/trustnet_128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_globs": [
                "http:\/\/trustnet.csail.mit.edu\/*",
                "https:\/\/trustnet.csail.mit.edu\/*",
                "http:\/\/reheadline.csail.mit.edu\/*",
                "https:\/\/reheadline.csail.mit.edu\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Trustnet",
        "default_icon": {
            "19": "icons\/trustnet_67.png",
            "38": "icons\/trustnet_80.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}