Twitter Stars

Changes the new Twitter 'Like' heart back to the original 'Favorite' star!

What is Twitter Stars?

Twitter Stars is a Chrome extension developed by Kieran Uddin, and its main feature is "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!".

Extension Screenshots

screenshot

Download Twitter Stars Extension CRX File

Download Twitter Stars 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

                        Don't like the new Twitter "Like" button?
Install this Chrome extension today and change that pesky heart icon back to the original star!

v1.7.3 Changelog
- Fixed likes not being changed to favourites on certain pages.
- Minor styling fixes.                    

Extension Basic Information

Name Twitter Stars Twitter Stars
ID nbaegdkhokgebjcjjpjliefppcaalcea
Official URL https://chromewebstore.google.com/detail/twitter-stars/nbaegdkhokgebjcjjpjliefppcaalcea
Description Changes the new Twitter 'Like' heart back to the original 'Favorite' star!
File Size 77.15 KB
Installation Count 63
Current Version 1.7.3
Last Updated 2016-08-31
Publish Date 2016-08-31
Rating 4.15/5 Total 13 Ratings
Developer Kieran Uddin
Payment Type free
Supported Languages en,en-GB,en-US,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Stars",
    "short_name": "Twitter Stars",
    "options_page": "options\/index.html",
    "default_locale": "en",
    "description": "Changes the new Twitter 'Like' heart back to the original 'Favorite' star!",
    "version": "1.7.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*",
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "StarsMain.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "img\/animation.png",
        "style.css"
    ],
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "img\/icon.png"
    }
}