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ファイルをダウンロード

Sure Or Not - News Date Validator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}