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

Co je Octonews - News Trust Score?

Octonews - News Trust Score je rozšíření Chrome vyvinuté gormatevosyan14, a jeho hlavní funkcí je „This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Octonews - News Trust Score

Stáhněte si soubory rozšíření Octonews - News Trust Score ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Octonews - News Trust Score Octonews - News Trust Score
ID feafolealkheehkbbaphdbbgobkfnfdb
Oficiální URL https://chromewebstore.google.com/detail/octonews-news-trust-score/feafolealkheehkbbaphdbbgobkfnfdb
Popis This extension allows you to identify the trust rate of armenian news websites according to scores given by media experts and users
Velikost souboru 78.23 KB
Počet instalací 21
Aktuální Verze 1.7
Poslední Aktualizace 2018-04-28
Datum Vydání 2018-04-28
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář gormatevosyan14
Typ Platby free
Podporované Jazyky 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
}