Octonews - News Trust Score

This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users

Octonews - News Trust Scoreとは何ですか?

Octonews - News Trust Scoreはgormatevosyan14によって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Octonews - News Trust Score拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to identify the trust rate of news websites according to scores given by media experts and users                    

拡張機能の基本情報

名前 Octonews - News Trust Score Octonews - News Trust Score
ID feafolealkheehkbbaphdbbgobkfnfdb
公式URL https://chromewebstore.google.com/detail/octonews-news-trust-score/feafolealkheehkbbaphdbbgobkfnfdb
説明 This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users
ファイルサイズ 78.23 KB
インストール数 21
現在のバージョン 1.7
最終更新日 2018-04-28
公開日 2018-04-28
評価 5.00/5 合計 6 レビュー
開発者 gormatevosyan14
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Octonews",
    "name": "Octonews - News Trust Score",
    "version": "1.7",
    "description": "This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "chart.js",
                "analytics.js",
                "open-dialog.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}