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

Was ist Octonews - News Trust Score?

Octonews - News Trust Score ist eine Chrome-Erweiterung, die von gormatevosyan14 entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Octonews - News Trust Score-Erweiterungs-CRX-Datei herunterladen

Laden Sie Octonews - News Trust Score-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Octonews - News Trust Score Octonews - News Trust Score
ID feafolealkheehkbbaphdbbgobkfnfdb
Offizielle URL https://chromewebstore.google.com/detail/octonews-news-trust-score/feafolealkheehkbbaphdbbgobkfnfdb
Beschreibung This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users
Dateigröße 78.23 KB
Installationsanzahl 21
Aktuelle Version 1.7
Letztes Update 2018-04-28
Veröffentlichungsdatum 2018-04-28
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler gormatevosyan14
Zahlungsart free
Unterstützte Sprachen 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
}