Twitter Star

Return of the Twitter Tweet Star

What is Twitter Star?

Twitter Star is a Chrome extension developed by https://racecore.de, and its main feature is "Return of the Twitter Tweet Star".

Download Twitter Star Extension CRX File

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

                        Display the Twitter Star Icon for Tweets instead of the new Heart Icon                    

Extension Basic Information

Name Twitter Star Twitter Star
ID ejlhemceoomndpmpphfflhllfeedppdh
Official URL https://chromewebstore.google.com/detail/twitter-star/ejlhemceoomndpmpphfflhllfeedppdh
Description Return of the Twitter Tweet Star
File Size 10.67 KB
Installation Count 85
Current Version 0.0.2
Last Updated 2015-11-06
Publish Date 2015-11-06
Rating 4.29/5 Total 7 Ratings
Developer https://racecore.de
Payment Type free
Extension Website https://github.com/ins0/chrome-twitter-star
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Star",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Return of the Twitter Tweet Star",
    "homepage_url": "https:\/\/github.com\/ins0\/chrome-twitter-star",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/twitter-star.css"
            ]
        }
    ]
}