NotNews!
Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.
NotNews! क्या है?
NotNews! https://sherahsmith.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NotNews! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension alerts you when you're on a news site that isn't deemed "real news" by Melissa Zimdars, assistant professor of communication & media at Merrimack College. The inspiration for this extension comes from her work 'False, Misleading, Clickbait-y, and Satirical “News” Sources'. Update: the alert now also displays the reason for the site's categorization as "fake news" if one has been provided in Zimdars' research. Update 2: Added additional questionable source URLs as well as Facebook hover-over warnings, inspired by BSDetector.
एक्सटेंशन की मूल जानकारी
नाम | NotNews! |
ID | kkohmdcmgddjhcmdeojibcldfponodod |
आधिकारिक URL | https://chromewebstore.google.com/detail/notnews/kkohmdcmgddjhcmdeojibcldfponodod |
विवरण | Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed. |
फ़ाइल का आकार | 115 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2016-11-18 |
प्रकाशन तिथि | 2016-11-17 |
रेटिंग | 3.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://sherahsmith.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NotNews!", "description": "Indicates when you're on a website that's been flagged as a questionable news source, or about to go to one from your Facebook feed.", "version": "1.3", "background": { "scripts": [ "sitewarning.js", "blacklist.js", "bg\/background.js" ], "persistent": true }, "content_scripts": [ { "css": [ "css\/hint.min.css", "inject\/inject.css" ], "js": [ "js\/jquery\/jquery.min.js", "inject\/inject.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "notnews.png", "default_title": "Make questionable news more obvious" }, "permissions": [ "tabs", "https:\/\/ajax.googleapis.com\/" ] } |