TweetCred

Real-time credibility evaluation on Twitter.

What is TweetCred?

TweetCred is a Chrome extension developed by Aditi Gupta, and its main feature is "Real-time credibility evaluation on Twitter.".

Extension Screenshots

screenshot
screenshot

Download TweetCred Extension CRX File

Download TweetCred extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        TweetCred is a real-time, web-based system to assess credibility of content on Twitter. The system provides a credibility rating between 1 to 7 for each tweet on the Twitter timeline. The score is computed using a supervised automated ranking algorithm that determines credibility of a tweet based on 45 features. The system considers various factors to determine the credibility, such as, the tweet content, properties of user who posted the tweet, external URLs or pictures shared in the tweet, etc.

Credibility score: 1 (low credibility) - 7 (high credibility) 

Please help us in evaluating and testing the system.

http://twitdigest.iiitd.edu.in/TweetCred

System developer: Nilaksh Das                    

Extension Basic Information

Name TweetCred TweetCred
ID fbokljinlogeihdnkikeeneiankdgikg
Official URL https://chromewebstore.google.com/detail/tweetcred/fbokljinlogeihdnkikeeneiankdgikg
Description Real-time credibility evaluation on Twitter.
File Size 305 KB
Installation Count 360
Current Version 2.5.3
Last Updated 2015-10-08
Publish Date 2015-10-08
Rating 3.92/5 Total 12 Ratings
Developer Aditi Gupta
Payment Type free
Extension Website http://twitdigest.iiitd.edu.in/TweetCred
Help Page URL http://twitdigest.iiitd.edu.in/TweetCred
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweetCred",
    "version": "2.5.3",
    "author": "Nilaksh Das",
    "description": "Real-time credibility evaluation on Twitter.",
    "homepage_url": "http:\/\/twitdigest.iiitd.edu.in\/TweetCred\/",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/precog.iiitd.edu.in\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/font-awesome.min.css",
                "css\/bootstrap.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-1.10.2.min.js",
                "js\/bootstrap.min.js",
                "js\/insQ.js",
                "js\/app.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Click to give feedback about TweetCred."
    },
    "web_accessible_resources": [
        "img\/*",
        "font\/*",
        "js\/jquery-1.10.2.min.map"
    ]
}