Sure Or Not - News Date Validator

Share news responsibily to your Facebook feed, highlights when an outdated article is shown.

Sure Or Not - News Date Validator란 무엇입니까?

Sure Or Not - News Date Validator은(는) Zhun Hung에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share news responsibily to your Facebook feed, highlights when an outdated article is shown."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Sure Or Not - News Date Validator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        SureOrNot provides you with a heads up if you are reading an outdated news article on your Facebook feed to fight Fake News. Some outdated news are often shared again due to the controversy it brings or to create tensions.                    

확장 프로그램 기본 정보

이름 Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
공식 URL https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
설명 Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
파일 크기 45.25 KB
설치 횟수 193
현재 버전 0.3
최근 업데이트 2018-11-10
출시 날짜 2018-11-04
평점 5.00/5 총 8 개의 평점
개발자 Zhun Hung
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sure Or Not - News Date Validator",
    "description": "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.",
    "version": "0.3",
    "author": "Zhun Hung",
    "browser_action": {
        "default_icon": "logo2.png",
        "default_title": "Sure Or Not"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}