Fake News Website Detector
Warning of websites which knowingly or unknowingly spread fake news.
Fake News Website Detector क्या है?
Fake News Website Detector radosdesign द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Warning of websites which knowingly or unknowingly spread fake news."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fake News Website Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Warning of websites which knowingly or unknowingly spread fake news. List of Slovak and Czech websites originally created by activist and history teacher Juraj Smatana. Current list is based on https://www.konspiratori.sk/en. When you visit a site from this list you will see a message which asks you to use caution and common sense. You have been warned :-) Media: - Slovak newspaper "Dennik N": http://goo.gl/R0h2rX - Slovak news website "Tvnoviny.sk": http://goo.gl/BuVELL - Slovak TV station "Markiza": http://goo.gl/MD25rX - Czech news website "Tiscali.cz": http://goo.gl/mT2izL - Czech news website "Eurozpravy.cz": http://goo.gl/CFBLjP
एक्सटेंशन की मूल जानकारी
नाम | Fake News Website Detector |
ID | ajfhmidimnkpbhnkcckllicmhhdipmoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/fake-news-website-detecto/ajfhmidimnkpbhnkcckllicmhhdipmoo |
विवरण | Warning of websites which knowingly or unknowingly spread fake news. |
फ़ाइल का आकार | 126 KB |
स्थापना संख्या | 846 |
वर्तमान संस्करण | 1.0.350 |
अंतिम अपडेट | 2020-09-08 |
प्रकाशन तिथि | 2020-03-15 |
रेटिंग | 4.39/5 कुल 54 रेटिंग्स |
डेवलपर | radosdesign |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "default_locale": "sk", "version": "1.0.350", "description": "__MSG_appDesc__", "background": { "scripts": [ "sites.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png", "default_title": "__MSG_actionDefaultTitle__" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "web_accessible_resources": [ "assets\/*.png" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |