FakeNews Checker
from Google check Fake news against mediabiasfactcheck.com
FakeNews Checker क्या है?
FakeNews Checker psgcaravan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "from Google check Fake news against mediabiasfactcheck.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FakeNews Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension provides context menu items that allow a user to check news bias of links and images. For example on Facebook, you can easily determine what type of left or right-leaning bias a site has, as logged by mediabiascheck.com.
एक्सटेंशन की मूल जानकारी
नाम | FakeNews Checker |
ID | cbnebabihohdbebjliafclfndkhmpmnc |
आधिकारिक URL | https://chromewebstore.google.com/detail/fakenews-checker/cbnebabihohdbebjliafclfndkhmpmnc |
विवरण | from Google check Fake news against mediabiasfactcheck.com |
फ़ाइल का आकार | 11.05 KB |
स्थापना संख्या | 186 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2016-12-19 |
प्रकाशन तिथि | 2016-12-19 |
डेवलपर | psgcaravan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://developer.chrome.com/webstore/terms |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FakeNews Checker", "short_name": "FakeNews Check", "description": "from Google check Fake news against mediabiasfactcheck.com", "version": "0.0.1", "icons": { "16": "fcheck_icon16.png", "48": "fcheck_icon48.png", "128": "fcheck_icon128.png" }, "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "sample.js" ] }, "manifest_version": 2 } |