AuthentiSci

Allows scoring of media articles by the research community

AuthentiSci क्या है?

AuthentiSci https://authentisci.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows scoring of media articles by the research community"।

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

screenshot
screenshot

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

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

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

                        AuthentiSci is a science news verification tool. It allows users to view scores and comments relating to the validity of online media articles. Reviews are provided by scientists through our website or through the browser extension.

We aim to give scientists the opportunity to guide readers on the quality of the evidence, the clarity and the extent of bias in media articles to reduce misconceptions around scientific discoveries.

Learn more: 
https://authentisci.com/                    

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

नाम AuthentiSci AuthentiSci
ID fdadlapmjbbbgoliolmlpkjknbfocjfk
आधिकारिक URL https://chromewebstore.google.com/detail/authentisci/fdadlapmjbbbgoliolmlpkjknbfocjfk
विवरण Allows scoring of media articles by the research community
फ़ाइल का आकार 160 KB
स्थापना संख्या 89
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2024-02-02
प्रकाशन तिथि 2020-06-30
डेवलपर https://authentisci.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.authentisci.com
सहायता पृष्ठ URL https://www.authentisci.com/contact
गोपनीयता नीति पृष्ठ URL https://authentisci.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Allows scoring of media articles by the research community",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "AuthentiSci",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnabyh3z8KnHs2Z\/9TFVqIU\/ppEdIqgaEF1thxI4Y46nYRo\/8PnvFIBMoBNjhj4Y5o9gxwekitte+IjrPV5XY42zvm0F5XASxRzetz0yhjnSvyZjtH2k7T60qUkiaOB9+WX\/+lIGD2kSqPYFbtjA+KDa98D6C0HqpciWSRhKGaUDlvO2YzKoygt4TZ8E3jFFNUZ1Lfw9VeVmAXPwkhgjGSNfy2NWkCWWP7msGlg3hiRgjyUy7BaJqYPN9WuqIkk9sfYzDvokXMf04sQ11mmOYOKPGDUcivZP+exiYlnQRauzGnn5nkpGrNKa\/mt5aoPDK7irFJ7WdKVvJx\/5Dwh7Z4QIDAQAB",
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.authentisci.d19m.com\/*",
        "https:\/\/api.authentisci.com\/*",
        "https:\/\/*.authentisci.com\/*",
        "https:\/\/authentisci.com\/*"
    ]
}