Twitter Fact Check
This extension fact-checks your friends' tweets with a variety of news sources
Twitter Fact Check क्या है?
Twitter Fact Check Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension fact-checks your friends' tweets with a variety of news sources"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitter Fact Check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension identifies political tweets and creates a dropdown list filled with relevant articles from the guardian. Extension also includes a search functionality to get new results.
एक्सटेंशन की मूल जानकारी
नाम | Twitter Fact Check |
ID | knkgedhglgpdamdklbgoknjhmappdaoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitter-fact-check/knkgedhglgpdamdklbgoknjhmappdaoo |
विवरण | This extension fact-checks your friends' tweets with a variety of news sources |
फ़ाइल का आकार | 667 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2017-05-01 |
प्रकाशन तिथि | 2017-05-01 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "reload.js" ] }, "name": "Twitter Fact Check", "version": "1.0", "manifest_version": 2, "description": "This extension fact-checks your friends' tweets with a variety of news sources", "permissions": [ "webRequest", "tabs", "*:\/\/*.twitter.com\/*", "file:\/\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "response.js" ], "all_frames": true } ], "web_accessible_resources": [ "font-awesome-4.7.0\/css\/font-awesome.min.css", "*.ttf", "*.woff", "*.woff2", "*.png" ] } |