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 هو إضافة Chrome تم تطويرها بواسطة gormatevosyan14، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Octonews - News Trust Score

قم بتنزيل ملفات الامتداد Octonews - News Trust Score بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}