AuthentiSci

Allows scoring of media articles by the research community

AuthentiSci란 무엇입니까?

AuthentiSci은(는) https://authentisci.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows scoring of media articles by the research community"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

AuthentiSci 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}