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

Cos'è Octonews - News Trust Score?

Octonews - News Trust Score è un'estensione di Chrome sviluppata da gormatevosyan14, e la sua funzione principale è "This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Octonews - News Trust Score

Scarica i file di estensione Octonews - News Trust Score in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Octonews - News Trust Score Octonews - News Trust Score
ID feafolealkheehkbbaphdbbgobkfnfdb
URL Ufficiale https://chromewebstore.google.com/detail/octonews-news-trust-score/feafolealkheehkbbaphdbbgobkfnfdb
Descrizione This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users
Dimensione del File 78.23 KB
Conteggio Installazioni 21
Versione Corrente 1.7
Ultimo Aggiornamento 2018-04-28
Data di Pubblicazione 2018-04-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore gormatevosyan14
Tipo di Pagamento free
Lingue Supportate 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
}