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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}