Spot Fake News Domains

This extension will spot fake news domains while browsing

ما هو Spot Fake News Domains؟

Spot Fake News Domains هو إضافة Chrome تم تطويرها بواسطة hackerfoss.com، والميزة الرئيسية لها هي "This extension will spot fake news domains while browsing".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Spot Fake News Domains

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

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

                        Flags Fake News Websites While Browsing.

This extension will help you identify fake news websites while browsing. Adds a flag next to title of the page warning about the of information provided by the website.  


ABOUT

This extension is an open-source project developed by the students of NIIT University as part of the CS 4151 (Cyber Security). You can find source code at https://github.com/gvaishno/Fake-News-Domain-Detection                    

معلومات أساسية عن التمديد

الاسم Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
الوصف This extension will spot fake news domains while browsing
حجم الملف 13.42 KB
عدد التثبيتات 112
النسخة الحالية 0.1
آخر تحديث 2018-12-27
تاريخ النشر 2018-12-23
المطور hackerfoss.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://developer.hackerfoss.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spot Fake News Domains",
    "version": "0.1",
    "short_name": "Spot Fake News Domains",
    "description": "This extension will spot fake news domains while browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Vaishno Chaitanya G",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Spot Fake News Domains"
    },
    "manifest_version": 2
}