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

What is Octonews - News Trust Score?

Octonews - News Trust Score is a Chrome extension developed by gormatevosyan14, and its main feature is "This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users".

Extension Screenshots

screenshot
screenshot
screenshot

Download Octonews - News Trust Score Extension CRX File

Download Octonews - News Trust Score extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Octonews - News Trust Score Octonews - News Trust Score
ID feafolealkheehkbbaphdbbgobkfnfdb
Official URL https://chromewebstore.google.com/detail/octonews-news-trust-score/feafolealkheehkbbaphdbbgobkfnfdb
Description This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users
File Size 78.23 KB
Installation Count 21
Current Version 1.7
Last Updated 2018-04-28
Publish Date 2018-04-28
Rating 5.00/5 Total 6 Ratings
Developer gormatevosyan14
Payment Type free
Supported Languages 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
}